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