summaryrefslogtreecommitdiffstats
path: root/templates/home.tmpl
blob: e0776243230debd602d35c1ae7781434cfcc6d7c (plain)
1
2
3
4
5
6
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="gogs-body" class="container">
	Welcome to the land of Gogs! There will be some indroduction!
</div>
{{template "base/footer" .}}