akyuu/templates/error.html

7 行
144 B
HTML

{{ template "header" }}
<section class="error">
<h2>Error</h2>
<p>Something went wrong: {{ .Msg }}</p>
</section>
{{ template "footer" }}