1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-07 10:35:48 +00:00
gitea/templates/home.tmpl

6 lines
193 B
Cheetah
Raw Normal View History

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