gosora/templates/custom-page.html
Azareal 34b02336ed Fixed a crash bug caused by the previous commit.
Renamed a few templates.
Added the required attribute to a few form inputs.
2017-08-20 11:11:49 +01:00

9 lines
191 B
HTML

{{template "header.html" . }}
<main>
<div class="rowblock">
<div class="rowitem">{{.Title}}</div>
</div>
<div class="rowblock">{{.Something}}</div>
</main>
{{template "footer.html" . }}