summaryrefslogtreecommitdiff
path: root/tmpl/term-list.html
blob: b4c9d997209984db2540962bfbcbcac057b5df6c (plain)
1
2
3
4
5
6
7
{{#if definitions}}
    {{#each definitions}}
    {{> term.html addable=../addable playback=../playback}}
    {{/each}}
{{else}}
    <p>No results found</p>
{{/if}}