summaryrefslogtreecommitdiffstats
path: root/templates/home.tmpl
blob: 8121a4e8c956b2001ff94c4597563264280a8028 (plain)
1
2
3
4
5
6
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="body" class="container">
	Welcome to the land of Gogs! We will add an introduction soon!
</div>
{{template "base/footer" .}}