forgejo/templates/home.tmpl

9 lines
377 B
Cheetah
Raw Normal View History

2014-02-18 03:38:50 +04:00
{{template "base/head" .}}
{{template "base/navbar" .}}
2014-03-25 14:44:37 +04:00
<div id="body" class="container">
2014-03-28 16:39:35 +04:00
<h4>Hey there, welcome to the land of Gogs!</h4>
<p>If you just get your Gogs server running, go <a href="/install">install</a> guide page will help you setup things for your first-time run.</p>
<img src="http://gowalker.org/public/gogs_demo.gif">
2014-02-18 03:38:50 +04:00
</div>
2014-03-25 23:54:46 +04:00
{{template "base/footer" .}}