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