2014-07-26 07:24:27 +03:00
|
|
|
{{template "ng/base/head" .}}
|
|
|
|
{{template "ng/base/header" .}}
|
2014-03-25 12:44:37 +02:00
|
|
|
<div id="body" class="container text-center">
|
2014-09-14 20:35:22 +03:00
|
|
|
<p style="margin-top: 100px"><img src="{{AppRootSubUrl}}/img/500.png" alt="500"/></p>
|
2014-03-23 10:20:47 +02:00
|
|
|
<hr/>
|
2014-07-26 07:24:27 +03:00
|
|
|
<br>
|
2014-07-26 07:25:43 +03:00
|
|
|
{{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}}
|
2014-03-23 07:12:55 +02:00
|
|
|
<p>Application Version: {{AppVer}}</p>
|
|
|
|
</div>
|
2014-07-26 07:25:43 +03:00
|
|
|
{{template "ng/base/footer" .}}
|