sat-sw-website/layouts/index.html

8 lines
122 B
HTML
Raw Normal View History

2023-12-08 13:43:16 +01:00
{{ define "main" }}
<div class="container">
<h2 class="display-4 text-center">Main body goes here</h2>
</div>
{{ end }}