akyuu/templates/error.html

7 行
144 B
HTML
Raw 通常表示 履歴

2016-02-09 11:15:04 +09:00
{{ template "header" }}
<section class="error">
<h2>Error</h2>
<p>Something went wrong: {{ .Msg }}</p>
</section>
2016-02-09 11:04:21 +09:00
{{ template "footer" }}