1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-05 09:35:48 +00:00
gitea/templates/status/200.tmpl

7 lines
210 B
Cheetah
Raw Normal View History

2014-03-02 14:25:13 +00:00
{{template "base/head" .}}
{{template "base/navbar" .}}
2014-03-25 10:44:37 +00:00
<div id="body" class="container">
<p>An error is occurred : {{.ErrorMsg}}</p>
<p>Application Version: {{AppVer}}</p>
2014-03-02 14:25:13 +00:00
</div>
{{template "base/footer" .}}