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