1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-05 14:53:16 +00:00
forgejo/templates/devtest/list.tmpl

16 lines
201 B
Go HTML Template
Raw Normal View History

{{template "base/head" .}}
<ul>
{{range .SubNames}}
<li><a href="{{AppSubUrl}}/devtest/{{.}}">{{.}}</a></li>
{{end}}
</ul>
<style>
ul {
line-height: 2em;
}
</style>
{{template "base/footer" .}}