akyuu/templates/error.html

11 行
257 B
HTML

{{ template "header" }}
<TABLE BORDER="2" CELLPADDING="0" CELLSPACING="0" BGCOLOR="#CCCCCC" ALIGN="CENTER">
<TR>
<TD ALIGN="CENTER">
<h2>Error</h2>
<p>Something went wrong: {{ .Msg }}</p>
</TD>
</TR>
</TABLE>
{{ template "footer" }}