bench-forgejo/templates/status/500.tmpl

11 lines
354 B
Cheetah
Raw Normal View History

2014-07-26 09:54:27 +05:30
{{template "ng/base/head" .}}
{{template "ng/base/header" .}}
2014-03-25 16:14:37 +05:30
<div id="body" class="container text-center">
2014-07-26 09:54:27 +05:30
<p style="margin-top: 100px"><img src="/img/500.png" alt="500"/></p>
2014-03-23 13:50:47 +05:30
<hr/>
2014-07-26 09:54:27 +05:30
<br>
{{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}}
2014-03-23 10:42:55 +05:30
<p>Application Version: {{AppVer}}</p>
</div>
{{template "ng/base/footer" .}}