1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-26 09:09:36 -05:00
forgejo/templates/base/error.tmpl

6 lines
165 B
Cheetah
Raw Normal View History

2014-03-02 09:25:13 -05:00
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="gogs-body" class="container">
An error is occupied : {{.Error}}
</div>
{{template "base/footer" .}}