1
0
Fork 0
gaiety-art/layouts/index.html
2019-02-25 11:12:55 -08:00

8 lines
No EOL
164 B
HTML

{{ define "main" }}
<div class="row" style="margin-top: 5%">
<div class="twelve column">
<h1>{{.Title}}</h1>
<p>{{.Content}}</p>
</div>
</div>
{{ end }}