1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-07 10:35:48 +00:00
gitea/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" .}}