1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-07 15:53:17 +00:00
forgejo/templates/base/error.tmpl

6 lines
165 B
Cheetah
Raw Normal View History

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