diff options
Diffstat (limited to 'tmpl/term-grouped-list.html')
-rw-r--r-- | tmpl/term-grouped-list.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tmpl/term-grouped-list.html b/tmpl/term-grouped-list.html new file mode 100644 index 00000000..6156ab7b --- /dev/null +++ b/tmpl/term-grouped-list.html @@ -0,0 +1,7 @@ +{{#if definitions}} + {{#each definitions}} + {{> term-grouped.html addable=../addable playback=../playback}} + {{/each}} +{{else}} + <p>No results found</p> +{{/if}} |