bench-forgejo/templates/status/500.tmpl

10 lines
325 B
Cheetah
Raw Normal View History

2014-03-23 10:42:55 +05:30
{{template "base/head" .}}
{{template "base/navbar" .}}
2014-03-23 13:50:47 +05:30
<div id="gogs-body" class="container text-center">
<p style="margin-top: 80px"><img src="/img/500.png" alt="404"/></p>
<hr/>
2014-03-23 10:42:55 +05:30
<p>An error is occurred : {{.ErrorMsg}}</p>
2014-03-23 13:50:47 +05:30
<hr/>
2014-03-23 10:42:55 +05:30
<p>Application Version: {{AppVer}}</p>
</div>
{{template "base/footer" .}}