bloat/templates/error.tmpl

7 lines
122 B
Cheetah
Raw Normal View History

2019-12-13 18:08:26 +00:00
{{template "header.tmpl"}}
<h1> Error </h1>
<div> {{.}} </div>
<a href="/timeline"> Home </a>
{{template "footer.tmpl"}}