2014-03-23 09:12:55 +04:00
|
|
|
{{template "base/head" .}}
|
|
|
|
{{template "base/navbar" .}}
|
2014-03-25 14:44:37 +04:00
|
|
|
<div id="body" class="container text-center">
|
2014-03-23 12:20:47 +04:00
|
|
|
<p style="margin-top: 80px"><img src="/img/500.png" alt="404"/></p>
|
2014-04-11 00:36:50 +04:00
|
|
|
{{if .ErrorMsg}}<hr/>
|
|
|
|
<p>An error is occurred : {{.ErrorMsg}}</p>{{end}}
|
2014-03-23 12:20:47 +04:00
|
|
|
<hr/>
|
2014-03-23 09:12:55 +04:00
|
|
|
<p>Application Version: {{AppVer}}</p>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|