bloat/templates/homepage.tmpl

5 lines
101 B
Cheetah

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