9 lines
374 B
Cheetah
9 lines
374 B
Cheetah
{{define "head"}}<title>Server error — {{.SiteName}}</title>{{end}}
|
|
{{define "content"}}
|
|
<div class="content-container tight">
|
|
<h1>Server error 😵</h1>
|
|
<p>There seems to be an issue with this server. Please <a href="/contact">contact the admin</a> and let them know they'll need to fix it.</p>
|
|
<p>– {{.SiteName}} 🤖</p>
|
|
</div>
|
|
{{end}}
|