yomichan/util/tmpl/kanji-list.html

6 lines
110 B
HTML
Raw Normal View History

2016-04-25 02:02:40 +00:00
{{> header.html}}
{{#each defs}}
2016-05-04 05:18:03 +00:00
{{> kanji.html root=../root options=../options}}
2016-04-25 02:02:40 +00:00
{{/each}}
{{> footer.html}}