2015-08-30 00:45:56 +08:00
|
|
|
{{template "base/head" .}}
|
|
|
|
<div class="ui container center">
|
2014-09-20 08:11:34 +08:00
|
|
|
<p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/500.png" alt="500"/></p>
|
2015-08-30 00:45:56 +08:00
|
|
|
<div class="ui divider"></div>
|
2014-07-26 12:24:27 +08:00
|
|
|
<br>
|
2014-07-26 12:25:43 +08:00
|
|
|
{{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}}
|
2015-11-25 07:49:34 +08:00
|
|
|
{{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
|
2014-03-23 13:12:55 +08:00
|
|
|
</div>
|
2015-08-30 00:45:56 +08:00
|
|
|
{{template "base/footer" .}}
|