mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 05:09:31 +01:00
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" .}}
|