allowances/templates/index.html

8 lines
142 B
HTML

{{ define "title" }}Welcome{{ end }}
{{ define "content" }}
<div class="container pw">
This will have stuff
</div>
{{ end }}