bloat/templates/homepage.tmpl

5 lines
134 B
Cheetah
Raw Normal View History

{{template "header.tmpl" .HeaderData}}
<div class="page-title"> Home </div>
2019-12-13 18:08:26 +00:00
<a href="/signin"> Signin </a>
{{template "footer.tmpl"}}