2015-08-29 18:45:56 +02:00
{{ template "base/head" . }}
< div class = "ui container center" >
2020-04-11 22:31:17 +02:00
< p style = "margin-top: 100px" >< img class = "ui centered image" src = " {{ StaticUrlPrefix }} /img/500.png" alt = "500" /></ p >
2015-12-07 23:30:52 +01:00
< div class = "ui divider" > < / div >
< br >
2019-01-30 23:00:00 +01:00
{{ if .ErrorMsg }} < p > An error has occurred :</ p >
< pre style = "text-align: left" > {{ .ErrorMsg }} </ pre > {{ end }}
2015-12-07 23:30:52 +01:00
{{ if .ShowFooterVersion }} < p > Application Version: {{ AppVer }} </ p > {{ end }}
2018-08-11 19:04:43 +02:00
{{ if .IsAdmin }} < p > If you are sure this is Gitea bug, please search for issue on < a href = "https://github.com/go-gitea/gitea/issues" > GitHub</ a > and open new issue if necessary.</ p > {{ end }}
2014-03-23 06:12:55 +01:00
< / div >
2015-08-29 18:45:56 +02:00
{{ template "base/footer" . }}