summaryrefslogtreecommitdiffstats
path: root/templates/base/error.tmpl
blob: 8d3c36be9a7b2b34381157bb9050e5b4ef74c353 (plain)
1
2
3
4
5
6
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="gogs-body" class="container">
	An error is occupied : {{.Error}}
</div>
{{template "base/footer" .}}