{{define "front/articles"}} {{template "front/head" .}}

{{PageTitle}}

{{template "front/navigation" .}}
{{template "skel/flash" .}} {{if not .ErrorMsg}} {{if not .articles}}
No articles here yet.
{{end}} {{end}} {{range .articles}}

{{.Headline}}

{{.Teaser | ParseMarkdown}}
{{end}} {{if .pagination}} {{PaginationBar .pagination}} {{end}}
{{template "front/footer"}}
{{end}}