{{ template "base.html" . }} {{ define "content" }}
{{ if .CanCreatePost }} + Create Post {{ end }}
{{ template "pagination.html" .Pagination }}
{{ if .Posts }} {{ range .Posts }}
{{ .Author.Name }} — {{ timehtml (relativedate .Date) .Date }}
{{ if $.ShowContent }}
{{ .Content }}
{{ end }}
{{ end }} {{ else }}
There are no blog posts for this project yet.
{{ end }}
{{ if .CanCreatePost }} + Create Post {{ end }}
{{ template "pagination.html" .Pagination }}
{{ end }}