erynwells.me/layouts/_default/index.html
2021-10-10 18:42:22 -07:00

11 lines
162 B
HTML

{{ define "main" }}
{{ if .Title }}
<h1 class="main-title">{{ .Title }}</h1>
{{ end }}
<section id="homepage-content">
{{ .Content }}
</section>
{{ end }}