yomichan/tmpl/kanji-list.html

8 lines
158 B
HTML
Raw Normal View History

2016-11-13 18:06:49 -08:00
{{#if definitions}}
{{#each definitions}}
2017-01-07 12:21:47 -08:00
{{> kanji.html addable=../addable root=../root}}
2016-11-13 18:06:49 -08:00
{{/each}}
{{else}}
<p>No results found</p>
{{/if}}