summaryrefslogtreecommitdiff
path: root/tmpl/term-list.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-07 12:21:47 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-07 12:21:47 -0800
commit15ebc06fb3e0d0d3ceeb57281767a99e0f3389a2 (patch)
treea42b3ef9038bfeccb6ceb9b3a5ec8329d6802116 /tmpl/term-list.html
parent86e39efe281f8b09e199d7e2ddc05e77d5add140 (diff)
WIP
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}}