gitea/templates/home.tmpl

6 lines
193 B
Cheetah
Raw Normal View History

2014-02-18 00:38:50 +01:00
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="gogs-body" class="container">
2014-03-18 23:31:54 +01:00
Welcome to the land of Gogs! There will be some indroduction!
2014-02-18 00:38:50 +01:00
</div>
{{template "base/footer" .}}