summaryrefslogtreecommitdiff
path: root/layouts/page.html
blob: 79b5a0e9c67fcc6562db303e7bbf441a0891496d (plain)
1
2
3
4
5
6
{{ define "main" }}
  <div class="content">
    <h1>{{ .Title }}</h1>
    {{ .Content }}
  </div>
{{ end }}