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

{{ .Title }}


{{ partial "preview/posts.html" (dict "h" "h3" "pages" .RegularPages ) }} {{ end }}