You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

home.tmpl 377B

12345678
  1. {{template "base/head" .}}
  2. {{template "base/navbar" .}}
  3. <div id="body" class="container">
  4. <h4>Hey there, welcome to the land of Gogs!</h4>
  5. <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>
  6. <img src="http://gowalker.org/public/gogs_demo.gif">
  7. </div>
  8. {{template "base/footer" .}}