7 lines
116 B
HTML
Raw Normal View History

2023-10-09 20:14:27 -07:00
{{ define "main" }}
<section class="content">
<h1>{{ .Title }}</h1>
{{ .Content }}
</section>
{{ end }}