blob: 0846ad7951f185c342e3dfa596d24c6da1c9ec26 (
plain)
1
2
3
4
5
6
7
|
{{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" .}}
|