aboutsummaryrefslogtreecommitdiffstats
path: root/templates/status/500.tmpl
blob: 519a6f60f6b9060beeccb1ff8a2195df80d48549 (plain)
1
2
3
4
5
6
7
8
9
{{template "base/head" .}}
<div class="ui container center">
    <p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/500.png" alt="500"/></p>
    <div class="ui divider"></div>
    <br>
    {{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}}
    {{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
</div>
{{template "base/footer" .}}