aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
blob: 49137fbece5917a9e22d1f7cbe12d2baba2412cc (plain)
1
2
3
4
5
6
7
8
9
{{ define "main" }}
    <hgroup>
        <h1>{{- .Title -}}</h1>
        <p>Some dude on the internet with—like—opinions and stuff</p>
    </hgroup>
    <section class="content">
        {{- .Content -}}
    </section>
{{ end }}