2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-03-13 09:50:42 +00:00

9 lines
122 B
HTML

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