summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/top/single.html
blob: 3a977e9f5d75ce63f9f23aa1f6c1b95e5b8b872b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{ partial "header/header.html" . }}

<main class="single">
    <h1>{{ .Title }}</h1>
    <section>
        {{ .Content }}
    </section>
</main>
{{ partial "aside.html" . }}

{{ partial "footer/footer.html" . }}