all repos — honk @ ffd9736c4c5b4bd97cd3ad07d26079b7edd46687

my fork of honk

views/onts.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
{{ template "header.html" . }}
<main>
<div class="info">
<p>ontologies of interest
<p>
{{ range .Onts }}
<a href="/o/{{ index . 1 }}">{{ index . 0 }}</a>
{{ end }}
</div>
</main>