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