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