bench-forgejo/templates/home.tmpl

9 lines
377 B
Cheetah
Raw Normal View History

2014-02-18 05:08:50 +05:30
{{template "base/head" .}}
{{template "base/navbar" .}}
2014-03-25 16:14:37 +05:30
<div id="body" class="container">
2014-03-28 18:09:35 +05:30
<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 05:08:50 +05:30
</div>
2014-03-26 01:24:46 +05:30
{{template "base/footer" .}}