2014-03-02 19:55:13 +05:30
|
|
|
{{template "base/head" .}}
|
|
|
|
{{template "base/navbar" .}}
|
2014-03-25 16:14:37 +05:30
|
|
|
<div id="body" class="container">
|
2014-03-08 03:38:21 +05:30
|
|
|
<p>An error is occurred : {{.ErrorMsg}}</p>
|
|
|
|
<p>Application Version: {{AppVer}}</p>
|
2014-03-02 19:55:13 +05:30
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|