summaryrefslogtreecommitdiff
path: root/util/tmpl/term-list.html
blob: 9e55a80e53e6f4227d3a58c2dfc2ab6b6a28fa8c (plain)
1
2
3
4
5
6
7
{{> header.html}}
{{#each defs}}
<div class="definition">
    {{> term.html}}
</div>
{{/each}}
{{> footer.html}}