mirror of
https://git.sr.ht/~ashkeel/strimertul-website
synced 2024-10-31 21:33:09 +00:00
9 lines
270 B
HTML
9 lines
270 B
HTML
{{ define "main" }}
|
|
<main class="guide">
|
|
{{ partial "menu.html" (dict "context" . "menu" $.Site.Menus.guides) }}
|
|
<div class="doc">
|
|
<header><h1>{{ .Title }}</h1></header>
|
|
<section class="copy">{{ .Content }}</section>
|
|
</div>
|
|
</main>
|
|
{{ end }}
|