yomichan/tmpl/term-grouped-list.html

9 lines
182 B
HTML
Raw Normal View History

2017-01-09 02:10:38 +00:00
{{#if definitions}}
{{#each definitions}}
{{> term-grouped.html addable=../addable playback=../playback}}
2017-01-09 02:39:59 +00:00
<br>
2017-01-09 02:10:38 +00:00
{{/each}}
{{else}}
<p>No results found</p>
{{/if}}