forgejo/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" .}}