2023-10-09 20:14:27 -07:00

7 lines
116 B
HTML

{{ define "main" }}
<section class="content">
<h1>{{ .Title }}</h1>
{{ .Content }}
</section>
{{ end }}