akyuu/templates/error.html

5 行
111 B
HTML

{{ template "header" }}
<h1>error</h1>
<p>Something went wrong: {{ .Msg }}</p>
{{ template "footer" }}