aboutsummaryrefslogtreecommitdiff
path: root/layouts/news/single.html
blob: 2a2d4819f13111cef42820781e4ff6f064774d52 (plain)
1
2
3
4
5
6
{{define "main"}}
<header>
<h2 class="title">{{.PublishDate.Format "Jan 02, 2006"}}</h2>
</header>
{{ .Content }}
{{ end }}