{{ template "base.html" . }} {{ define "content" }}
+ Create Post
{{ template "pagination.html" .Pagination }}
{{/* TODO: Breadcrumbs, or some other link back to the blog index */}} {{ range .Posts }}
{{ .Author.Name }} — {{ timehtml (relativedate .Date) .Date }}
{{ .Content }}
{{ end }}
+ Create Post
{{ template "pagination.html" .Pagination }}
{{ end }}