summaryrefslogtreecommitdiff
path: root/tmpl/term-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/term-list.html')
-rw-r--r--tmpl/term-list.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmpl/term-list.html b/tmpl/term-list.html
index 2088ac71..b4c9d997 100644
--- a/tmpl/term-list.html
+++ b/tmpl/term-list.html
@@ -1,9 +1,7 @@
-{{> header.html}}
{{#if definitions}}
{{#each definitions}}
- {{> term.html addable=../addable root=../root options=../options sequence=../sequence}}
+ {{> term.html addable=../addable playback=../playback}}
{{/each}}
{{else}}
<p>No results found</p>
{{/if}}
-{{> footer.html}}