summaryrefslogtreecommitdiffstats
path: root/templates/status/500.tmpl
blob: 07edd3620a2bd6b455beb9f88352bc1b142c458e (plain)
1
2
3
4
5
6
7
8
9
10
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="body" class="container text-center">
    <p style="margin-top: 80px"><img src="/img/500.png" alt="404"/></p>
    {{if .ErrorMsg}}<hr/>
    <p>An error is occurred : {{.ErrorMsg}}</p>{{end}}
    <hr/>
    <p>Application Version: {{AppVer}}</p>
</div>
{{template "base/footer" .}}