bench-forgejo/templates/status/404.tmpl

7 lines
211 B
Cheetah
Raw Normal View History

2014-03-23 10:42:55 +05:30
{{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" .}}