2014-03-02 09:25:13 -05:00
|
|
|
{{template "base/head" .}}
|
|
|
|
{{template "base/navbar" .}}
|
2014-03-25 06:44:37 -04:00
|
|
|
<div id="body" class="container">
|
2014-03-07 17:08:21 -05:00
|
|
|
<p>An error is occurred : {{.ErrorMsg}}</p>
|
|
|
|
<p>Application Version: {{AppVer}}</p>
|
2014-03-02 09:25:13 -05:00
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|