summaryrefslogtreecommitdiff
path: root/layouts/page.html
blob: 3012822998b79ea624f28c79dccdc26bb64195ab (plain)
1
2
3
4
5
6
7
8
9
10
{{ define "main" }}
  <h1>{{ .Title }}</h1>
  <a href="..">Back...</a>
  <p>Published on {{ .PublishDate.UTC.Format "2006-01-02" }}</p>

  <article>
    {{ .Content }}
  </article>
{{ end }}