{{ define "content" }}
{{ range .Items }}

Title: {{ .Title }}

Slug: {{ .Slug }}

Text: {{ .Text }}

Created: {{ .Created }},
{{ end }}
{{ end }} {{ template "base.tmpl" . }}