0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-06 17:35:54 +02:00
gitea/templates/home.tmpl
2014-03-25 18:44:37 +08:00

6 lines
No EOL
188 B
Cheetah

{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="body" class="container">
Welcome to the land of Gogs! There will be some indroduction!
</div>
{{template "base/footer" .}}