{{ define "main" }}
{{ if $.Param "enableBlogBreadcrumb" }} {{ partial "main/component/breadcrumb.html" . }} {{ end }} {{ partial "main/component/toggle-sidebar.html" . }} {{ partial "main/sections/list-main.html" . }} {{ partial "main/component/pagination-single.html" . }}
{{ if $.Param "enableToc" }} {{ partial "main/component/toc.html" . }} {{ end }}
{{ partial "script/single-script.html" . }} {{ end }}