1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-05 02:45:28 +00:00
gitea/templates/home.tmpl
2014-03-26 08:54:46 +13:00

7 lines
190 B
Cheetah

{{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" .}}