mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-01 02:57:17 +00:00
13 lines
271 B
Cheetah
13 lines
271 B
Cheetah
{{with .Data}}
|
|
{{template "header.tmpl" (WithContext .HeaderData $.Ctx)}}
|
|
<div class="page-title"> Error </div>
|
|
|
|
<div class="error-text"> {{.Error}} </div>
|
|
<div>
|
|
<a href="/timeline/home">Home</a>
|
|
<a href="/signin">Sign In</a>
|
|
</div>
|
|
|
|
{{template "footer.tmpl"}}
|
|
{{end}}
|