aboutsummaryrefslogtreecommitdiff
path: root/tmpl/term-list.html
blob: 1315d1327a1c73271df393d243997c0cf7778f8d (plain)
1
2
3
4
5
6
7
8
{{#if definitions}}
    {{#each definitions}}
        {{#unless @first}}<hr>{{/unless}}
        {{> term.html addable=../addable playback=../playback}}
    {{/each}}
{{else}}
    <p>No results found</p>
{{/if}}