1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-16 15:04:19 -04:00
gitea/templates/base/error.tmpl
2014-03-06 11:10:35 -05:00

6 lines
168 B
Cheetah

{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="gogs-body" class="container">
An error is occurred : {{.ErrorMsg}}
</div>
{{template "base/footer" .}}