{{ template "base.html" . }} {{ define "content" }}
{{ if .CanCreatePost }} + Create Post {{ end }}
{{ template "pagination.html" .Pagination }}
{{/* TODO: Breadcrumbs, or some other link back to the blog index */}} {{ if .Posts }} {{ range .Posts }}
{{ .Author.Name }} — {{ timehtml (relativedate .Date) .Date }}
{{ .Content }}
{{ end }} {{ else }}
There are no blog posts for this project yet.
{{ end }}
{{ if .CanCreatePost }} + Create Post {{ end }}
{{ template "pagination.html" .Pagination }}
{{ end }}