bloat/templates/homepage.tmpl
2019-12-13 18:26:24 +00:00

5 lines
101 B
Cheetah

{{template "header.tmpl"}}
<h1> HOME </h1>
<a href="/signin"> Signin </a>
{{template "footer.tmpl"}}