5 lines
150 B
Cheetah
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" . }}
|