{{ template "_base.html" . }} {{ define "title" }}News{{ end }} {{ define "content" }}
This page contains news items from the distillery.
{{range .Items}}

{{.Title}}

{{ .Date.Format "2006-01-02" }} {{ .Content }}
{{ end }} {{ end }}