{{ template "base.html" . }} {{ define "content" }}
4 RSS Feed {{ if .User }}
{{ csrftoken .Session }}
{{ end }}
{{ template "pagination.html" .Pagination }}
{{ range .Posts }}
{{ template "breadcrumbs.html" .Breadcrumbs }}
{{ .User.Name }} — {{ timehtml (relativedate .Date) .Date }}
{{ with .Preview }}
{{ noescape . }}
{{ end }}
»
{{ end }}
{{ template "pagination.html" .Pagination }}
{{ end }}