mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2025-01-06 16:27:21 +03:00
7 lines
182 B
Cheetah
7 lines
182 B
Cheetah
|
{{ template "header.tmpl" .}}
|
||
|
<main>
|
||
|
<section class="error">
|
||
|
<span>❌</span> <pre>{{.error}}</pre>
|
||
|
</section>
|
||
|
</main>
|
||
|
{{ template "footer.tmpl" .}}
|