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