blob: 628b5116ee8f5f91a76b28e3da36c72ca6817096 [file] [log] [blame]
{{define "main"}}
<article class="Article {{if .Section -}}Article--{{.Section}}{{end -}}">
<h1>{{.Title}}</h1>
{{range .Params.authors}}
<div class="Article-author">{{.}}</div>
{{end}}
<div class="Article-date">{{.Date.Format "2 January 2006"}}</div>
{{.Content}}
</article>
{{end}}