{{ template "base.html" . }} {{ define "extrahead" }} {{/* TODO */}} {{ end }} {{ define "content" }}
{{ template "pagination.html" .Pagination }}
{{ range .Posts }} {{ template "post_list_item.html" . }} {{ end }}
{{ template "pagination.html" .Pagination }}
{{ end }}