0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-26 01:14:10 -05:00
forgejo/templates/status/500.tmpl

10 lines
343 B
Cheetah
Raw Normal View History

2014-03-23 00:12:55 -05:00
{{template "base/head" .}}
{{template "base/navbar" .}}
2014-03-25 05:44:37 -05:00
<div id="body" class="container text-center">
2014-03-23 03:20:47 -05:00
<p style="margin-top: 80px"><img src="/img/500.png" alt="404"/></p>
2014-04-10 15:36:50 -05:00
{{if .ErrorMsg}}<hr/>
<p>An error is occurred : {{.ErrorMsg}}</p>{{end}}
2014-03-23 03:20:47 -05:00
<hr/>
2014-03-23 00:12:55 -05:00
<p>Application Version: {{AppVer}}</p>
</div>
{{template "base/footer" .}}