smol/layouts/index.html

9 lines
106 B
HTML

{{ define "main" }}
<main>
<h1>{{ .Title }}</h1>
<div>
{{ .Content }}
</div>
</main>
{{ end }}