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