aboutsummaryrefslogtreecommitdiff
path: root/templates/error.tmpl
blob: fc925cac6621f29f5d923d5a708a53ba778eac9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{with .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
<div class="page-title"> Error </div>

<div class="error-text"> {{.Error}} </div>
<div>
	<a href="/timeline/home">Home</a>
	<a href="/signin" target="_top">Sign In</a>
</div>

{{template "footer.tmpl"}}
{{end}}