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