2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-04 20:53:24 +00:00
2022-06-22 13:22:36 -04:00

10 lines
118 B
HTML

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