erynwells.me/layouts/_default/index.html

12 lines
162 B
HTML
Raw Normal View History

{{ define "main" }}
{{ if .Title }}
2021-10-10 18:42:22 -07:00
<h1 class="main-title">{{ .Title }}</h1>
{{ end }}
<section id="homepage-content">
2021-10-10 18:42:22 -07:00
{{ .Content }}
</section>
{{ end }}