1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-08 00:03:18 +00:00
forgejo/templates/base/error.tmpl
2014-03-06 11:10:35 -05:00

6 lines
No EOL
168 B
Cheetah

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