2015-08-29 16:45:56 +00:00
|
|
|
{{template "base/head" .}}
|
|
|
|
<div class="ui container center">
|
2014-09-20 00:11:34 +00:00
|
|
|
<p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/500.png" alt="500"/></p>
|
2015-08-29 16:45:56 +00:00
|
|
|
<div class="ui divider"></div>
|
2014-07-26 04:24:27 +00:00
|
|
|
<br>
|
2014-07-26 04:25:43 +00:00
|
|
|
{{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}}
|
2015-11-24 23:49:34 +00:00
|
|
|
{{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" .}}
|