34b02336ed
Renamed a few templates. Added the required attribute to a few form inputs.
9 lines
191 B
HTML
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" . }}
|