{{ define "main" }}
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true) }}
{{ partial "custom/page-begin.html" . }}
{{ partial "custom/content-begin.html" . }} {{ .Content }} {{/* Blog posts section */}} {{ $posts := where site.RegularPages "Section" "posts" }} {{ if $posts }}

最近文章

{{ end }} {{ partial "custom/content-end.html" . }}
{{ partial "custom/page-end.html" . }}
{{ end }}