tacowolf.net/layouts/_default/single.html

12 lines
217 B
HTML
Raw Permalink Normal View History

2024-04-16 14:26:41 -04:00
{{ define "title" }}
{{ .Page.Title }} – {{ .Site.Title }}
{{ end }}
{{ define "main" }}
<main aria-role="main">
<div class="center smaller">
{{.Content}}
</div>
</main>
{{ end }}