aboutsummaryrefslogtreecommitdiff
path: root/tmpl/term-list.html
blob: 2088ac71786ce315c7c4a69c9b948a6a0745bd61 (plain)
1
2
3
4
5
6
7
8
9
{{> header.html}}
{{#if definitions}}
    {{#each definitions}}
    {{> term.html addable=../addable root=../root options=../options sequence=../sequence}}
    {{/each}}
{{else}}
    <p>No results found</p>
{{/if}}
{{> footer.html}}