gitea/templates/status/500.tmpl

11 lines
367 B
Cheetah
Raw Normal View History

2014-07-26 06:24:27 +02:00
{{template "ng/base/head" .}}
{{template "ng/base/header" .}}
2014-03-25 11:44:37 +01:00
<div id="body" class="container text-center">
2014-09-20 02:11:34 +02:00
<p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/500.png" alt="500"/></p>
2014-03-23 09:20:47 +01:00
<hr/>
2014-07-26 06:24:27 +02:00
<br>
{{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}}
2014-03-23 06:12:55 +01:00
<p>Application Version: {{AppVer}}</p>
</div>
{{template "ng/base/footer" .}}