aboutsummaryrefslogtreecommitdiffstats
path: root/templates/status/500.tmpl
blob: fba069eeb1d9d49d9aaee9cbffa5e47813276f5a (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" .}}