Files
site/templates/internal_server_error.tmpl
2022-02-25 20:01:06 -06:00

5 lines
150 B
Cheetah

{{ template "header.tmpl" . }}
<h2>500 Internal server error :(</h2>
<p>Click <a href="/">here</a> to return home.</p>
{{ template "footer.tmpl" . }}