1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-23 08:47:42 -05:00
forgejo/templates/status/403.tmpl

6 lines
139 B
Cheetah
Raw Normal View History

2014-07-26 00:24:27 -04:00
{{template "ng/base/head" .}}
{{template "ng/base/header" .}}
2014-02-17 18:38:50 -05:00
<div class="container">
403 Forbidden
</div>
2014-07-26 00:24:27 -04:00
{{template "ng/base/footer" .}}