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