aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/polaris/layouts/_default/single.html
blob: ef449847c5ad6b72cb132fe6b5c4cda751fa2b4b (plain)
1
2
3
4
5
{{ define "main" }}
<h1>{{ .Title }}</h1>
  {{ with .Date }}<p><em>Written {{ . | time.Format "Jan 02 2006" }}.</em></p>{{ end }}
  {{ .Content }}
{{ end }}