aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
blob: 2f86fca1d43cae4788a977848486181d7bcec6fe (plain)
1
2
3
4
5
6
7
{{ define "main" }}
<div>
  <article>
  {{- .Content -}}
  </article>
</div>
{{ end }}