GoToSocial/web/template/error.tmpl

8 lines
191 B
Cheetah

{{ template "header.tmpl" .}}
<main>
<section class="error">
<span>❌</span> <pre>{{.error}}</pre>
</section>
</main>
{{ template "footer.tmpl" .}}