mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00: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" .}}
|