Gitiles
Code Review
Sign In
gerrit.hackerspace.pl
/
hscloud
/
7967ca177b3162220abd09bf1c0d1db99c7ab3e7
/
.
/
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 }}