yomichan/tmpl/term-list.html

8 lines
165 B
HTML
Raw Normal View History

2016-11-14 02:06:49 +00:00
{{#if definitions}}
{{#each definitions}}
2017-01-07 20:21:47 +00:00
{{> term.html addable=../addable playback=../playback}}
2016-11-14 02:06:49 +00:00
{{/each}}
{{else}}
<p>No results found</p>
{{/if}}