summaryrefslogtreecommitdiff
path: root/util/tmpl/term-list.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-05-03 22:18:03 -0700
committerAlex Yatskov <alex@foosoft.net>2016-05-03 22:18:03 -0700
commit36e9a332dfe8ea60f0149100ff990f9c5e58b449 (patch)
treeded3ef6a25945734633fd65b708ed30fac6b263e /util/tmpl/term-list.html
parent8926eeab4501724ce4627ae9cff97963f2bd2b72 (diff)
WIP
Diffstat (limited to 'util/tmpl/term-list.html')
-rw-r--r--util/tmpl/term-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/tmpl/term-list.html b/util/tmpl/term-list.html
index 9199092c..e4944a2f 100644
--- a/util/tmpl/term-list.html
+++ b/util/tmpl/term-list.html
@@ -1,5 +1,5 @@
{{> header.html}}
{{#each defs}}
-{{> term.html root=../root}}
+{{> term.html root=../root options=../options}}
{{/each}}
{{> footer.html}}