0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-08-26 12:05:31 +02:00
gitea/templates/home.tmpl
2014-03-18 18:31:54 -04:00

6 lines
No EOL
193 B
Cheetah

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