mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
13 lines
411 B
HTML
13 lines
411 B
HTML
{{- extends "layout/default" }}
|
|
{{- block body() }}
|
|
<div class="container error">
|
|
<h1>An error occured</h1>
|
|
<p>This is what you got instead ¯\_(ツ)_/¯</p>
|
|
<br />
|
|
{{- .Error }}
|
|
<hr />
|
|
<p>If you think this error should not occur, you can help us by submitting an issue to the <a href="https://codeberg.org/VnPower/PixivFE/issues/new">upstream repository</a>!
|
|
</p>
|
|
</div>
|
|
{{- end }}
|