1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-25 21:44:20 -04:00
gitea/templates/base/error.tmpl

6 lines
168 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">
2014-03-06 11:10:35 -05:00
An error is occurred : {{.ErrorMsg}}
2014-03-02 09:25:13 -05:00
</div>
{{template "base/footer" .}}