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

9 lines
225 B
HTML
Raw Normal View History

2023-02-28 16:59:26 +00:00
{{ define "main" }}
<main class="guide">
{{ partial "menu.html" (dict "context" . "menu" $.Site.Menus.guides) }}
<div class="doc">
<section class="copy">{{ .Content }}</section>
</div>
</main>
{{ end }}