2015-08-29 22:15:56 +05:30
|
|
|
{{template "base/head" .}}
|
|
|
|
<div class="ui container center">
|
2015-12-08 04:00:52 +05:30
|
|
|
<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 10:42:55 +05:30
|
|
|
</div>
|
2015-08-29 22:15:56 +05:30
|
|
|
{{template "base/footer" .}}
|