diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-08 18:10:38 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-08 18:10:38 -0800 |
commit | 53a8e9061c482400186c8b041be520a519795c07 (patch) | |
tree | f503b6aad323a36579a76b65f62e3e3b14c3dece /tmpl/term-grouped-list.html | |
parent | 148291d3a7cea096317c1c8d22f06f6e18cfdcfb (diff) |
styling
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}} |