mirror of
https://gitee.com/gitea/gitea.git
synced 2024-12-01 03:08:02 +08:00
7 lines
210 B
Cheetah
7 lines
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" .}} |