1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 03:36:12 -04:00
gitea/templates/status/200.tmpl
2014-07-25 20:51:05 -07:00

8 lines
211 B
Cheetah

{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="body" class="container">
<p>An error has occurred: {{.ErrorMsg}}</p>
<p>Application Version: {{AppVer}}</p>
</div>
{{template "base/footer" .}}