From 15ebc06fb3e0d0d3ceeb57281767a99e0f3389a2 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 7 Jan 2017 12:21:47 -0800 Subject: WIP --- tmpl/kanji-list.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tmpl/kanji-list.html') 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}}

No results found

{{/if}} -{{> footer.html}} -- cgit v1.2.3