2014-07-26 09:54:27 +05:30
|
|
|
{{template "ng/base/head" .}}
|
|
|
|
{{template "ng/base/header" .}}
|
2014-03-25 16:14:37 +05:30
|
|
|
<div id="body" class="container text-center">
|
2014-07-26 09:54:27 +05:30
|
|
|
<p style="margin-top: 100px"><img src="/img/500.png" alt="500"/></p>
|
2014-03-23 13:50:47 +05:30
|
|
|
<hr/>
|
2014-07-26 09:54:27 +05:30
|
|
|
<br>
|
2014-07-26 09:55:43 +05:30
|
|
|
{{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}}
|
2014-03-23 10:42:55 +05:30
|
|
|
<p>Application Version: {{AppVer}}</p>
|
|
|
|
</div>
|
2014-07-26 09:55:43 +05:30
|
|
|
{{template "ng/base/footer" .}}
|