summaryrefslogtreecommitdiff
path: root/tmpl/term-grouped-list.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-08 18:10:38 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-08 18:10:38 -0800
commit53a8e9061c482400186c8b041be520a519795c07 (patch)
treef503b6aad323a36579a76b65f62e3e3b14c3dece /tmpl/term-grouped-list.html
parent148291d3a7cea096317c1c8d22f06f6e18cfdcfb (diff)
styling
Diffstat (limited to 'tmpl/term-grouped-list.html')
-rw-r--r--tmpl/term-grouped-list.html7
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}}