blob: 4e836b228d6383a3a1f7d0f428239d2a42d6ff00 (
plain)
1
2
3
4
5
6
7
|
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="gogs-body" class="container">
<h4>This page is not found !</h4>
<p>Application Version: {{AppVer}}</p>
</div>
{{template "base/footer" .}}
|