bench-forgejo/templates/status/500.tmpl

10 lines
342 B
Cheetah
Raw Normal View History

{{template "base/head" .}}
<div class="ui container center">
2014-09-20 05:41:34 +05:30
<p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/500.png" alt="500"/></p>
<div class="ui divider"></div>
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 "base/footer" .}}