2022-11-15 22:12:09 -08:00
|
|
|
{{ define "body" }}
|
|
|
|
|
<main>
|
|
|
|
|
<div class="platter grid">
|
2023-05-17 08:18:52 -07:00
|
|
|
<h1 class="site">{{ 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" . }}
|
2021-10-10 10:32:26 -07:00
|
|
|
{{ end }}
|