1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-03 13:53:16 +00:00
forgejo/templates/status/403.tmpl
2014-02-17 18:38:50 -05:00

6 lines
No EOL
130 B
Cheetah

{{template "base/head" .}}
{{template "base/navbar" .}}
<div class="container">
403 Forbidden
</div>
{{template "base/footer" .}}