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

{{PageTitle}}

{{template "front/navigation" .}}
{{template "skel/flash" .}}
{{with .article}}

{{.Headline}}

{{.Teaser | ParseMarkdown}}

{{.Content | ParseMarkdown}} « Go to articles {{end}}
{{template "front/footer"}}
{{end}}