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.

9 lines
203 B

10 years ago
  1. {{template "base/head" .}}
  2. {{template "base/navbar" .}}
  3. <div class="container" id="gogs-body">
  4. <ul>
  5. {{range .Files}}
  6. <li>{{.Name}} - {{.Type}}</li>
  7. {{end}}
  8. </ul>
  9. </div>
  10. {{template "base/footer" .}}