Gitiles
Code Review
Sign In
gerrit.hackerspace.pl
/
hscloud
/
c6cc561212b493a0cbfe42752b097c2d7d59a60f
/
.
/
hswaw
/
oodviewer
/
templates
/
terms.html
blob: c628e6638df0494bced8174c431d7c9483a5f7c8 [
file
] [
log
] [
blame
]
{{ define "body" }}
<h1>
Available terms:
</h1>
<ul>
{{ range .Terms }}
<li><a
href
=
"{{ .URL }}"
>
{{ .Name }}
</a>
({{ .Count }} entries)
</li>
{{ end }}
</ul>
{{ end }}