7 lines
No EOL
210 B
Cheetah
7 lines
No EOL
210 B
Cheetah
{{template "base/head" .}}
|
|
{{template "base/navbar" .}}
|
|
<div id="body" class="container">
|
|
<p>An error is occurred : {{.ErrorMsg}}</p>
|
|
<p>Application Version: {{AppVer}}</p>
|
|
</div>
|
|
{{template "base/footer" .}} |