aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
blob: db0c449a2ccca60564122bc0a4917d281a9f657f (plain)
1
2
3
4
5
6
7
8
9
10
{{ define "main" }}
    <article>
        <section>
        <h1>{{ .Title }}</h1>
        </section>
        <section>
            {{- .Content -}}
        </section>
    </article>
{{ end }}