pixivfe/template/error.html
2023-06-08 15:55:15 +07:00

7 lines
169 B
HTML

{{ template "header.html" .Title }}
<div class="container" style="text-align: center">
<h2>Error: {{ .Title }}</h2>
{{ .Error }}
</div>
{{ template "footer.html" }}