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