www/layouts/index.html

6 lines
75 B
HTML
Raw Normal View History

{{ define "main" }}
<div class="home-page">
{{.Content}}
</div>
{{ end }}