yomichan/tmpl/term-list.html
2017-01-08 18:39:59 -08:00

9 lines
174 B
HTML

{{#if definitions}}
{{#each definitions}}
{{> term.html addable=../addable playback=../playback}}
<br>
{{/each}}
{{else}}
<p>No results found</p>
{{/if}}