Add handler, page, template loading
This commit is contained in:
9
pages/500.tmpl
Normal file
9
pages/500.tmpl
Normal file
@@ -0,0 +1,9 @@
|
||||
{{define "head"}}<title>Server error — {{.SiteName}}</title>{{end}}
|
||||
{{define "content"}}
|
||||
<div class="error-page">
|
||||
<p class="msg">Server error. 😲 😵</p>
|
||||
<p>The humans have been alerted and reminded of their many shortcomings.</p>
|
||||
<p style="margin-top:3em">On behalf of them, we apologize.</p>
|
||||
<p>– The Write.as Bots</p>
|
||||
</div>
|
||||
{{end}}
|
Reference in New Issue
Block a user