1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-07 16:21:50 +02:00
gitea/templates/base/error.tmpl

6 lines
165 B
Go HTML Template
Raw Normal View History

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