mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
7 lines
169 B
HTML
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" }}
|