2015-08-29 16:45:56 +00:00
|
|
|
{{template "base/head" .}}
|
|
|
|
<div class="ui container center">
|
2015-12-07 22:30:52 +00:00
|
|
|
<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}}
|
2014-03-23 05:12:55 +00:00
|
|
|
</div>
|
2015-08-29 16:45:56 +00:00
|
|
|
{{template "base/footer" .}}
|