mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-04 20:23:13 +00:00
10 lines
225 B
Cheetah
10 lines
225 B
Cheetah
{{template "header.tmpl" .HeaderData}}
|
|
<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"}}
|
|
|