erynwells.me/layouts/index.html

12 lines
248 B
HTML
Raw Normal View History

{{ define "body" }}
<main>
2023-05-20 08:28:38 -07:00
<header class="platter">
2023-08-20 09:48:19 -07:00
<h1 class="site gradient">{{ partial "site_name.html" .Title }}</h1>
<div id="content">
{{ .Content }}
</div>
{{ partial "site_nav.html" . }}
2023-05-20 08:28:38 -07:00
</header>
</main>
{{ end }}