2014-03-02 22:25:13 +08:00
|
|
|
{{template "base/head" .}}
|
|
|
|
{{template "base/navbar" .}}
|
2014-03-25 18:44:37 +08: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 22:25:13 +08:00
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|