1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul-website synced 2024-10-31 21:33:09 +00:00
strimertul-website/layouts/guide/list.html
2023-03-06 10:55:20 +01:00

11 lines
271 B
HTML

{{ define "main" }}
<main class="guide">
<div class="doc">
<section class="copy">
<h1>{{ .Title }}</h1>
{{ .Content }}
</section>
</div>
{{ partial "menu.html" (dict "context" . "menu" $.Site.Menus.guides) }}
</main>
{{ end }}