erynwells.me/layouts/index.html

11 lines
248 B
HTML

{{ define "body" }}
<main>
<header class="platter">
<h1 class="site gradient">{{ partial "site_name.html" .Title }}</h1>
<div id="content">
{{ .Content }}
</div>
{{ partial "site_nav.html" . }}
</header>
</main>
{{ end }}