Files
allowances/templates/index.html
T

8 lines
142 B
HTML
Raw Normal View History

2013-02-20 21:11:44 -08:00
{{ define "title" }}Welcome{{ end }}
{{ define "content" }}
2013-02-20 21:27:09 -08:00
<div class="container pw">
This will have stuff
</div>
2013-02-20 21:11:44 -08:00
{{ end }}