akyuu/templates/error.html

6 行
132 B
HTML
Raw 通常表示 履歴

<html>
<h1>error</h1>
<p>Something went wrong: {{ .Msg }}</p>
<p><a href="/">Try again?</a></p>
2016-02-09 11:04:21 +09:00
{{ template "footer" }}