blob: 0bf11ab818aea64582d336a8ea6636b164b4d637 (
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 .IsAdmin}}<p>Application Version: {{AppVer}}</p>{{end}}
</div>
{{template "base/footer" .}}
|