2022-11-15 22:12:09 -08:00
|
|
|
{{ 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>
|
2022-11-15 22:12:09 -08:00
|
|
|
<div id="content">
|
|
|
|
{{ .Content }}
|
|
|
|
</div>
|
2023-05-20 08:27:55 -07:00
|
|
|
{{ partial "site_nav.html" . }}
|
2023-05-20 08:28:38 -07:00
|
|
|
</header>
|
|
|
|
</main>
|
|
|
|
{{ end }}
|