{{ define "head"}} {{ partial "css.html" "res/css/article.css" }} {{ end }} {{ define "content" }} {{ partial "nav.html" . }}

{{ .Title }}

{{ $pages := .RegularPages }} {{ if .Param "recursive" }} {{ $pages = .RegularPagesRecursive }} {{ end }} {{ partial "preview/posts.html" (dict "h" "h3" "pages" $pages ) }} {{ end }}