yomichan/util/tmpl/term-list.html

6 lines
77 B
HTML
Raw Normal View History

{{> header.html}}
{{#each defs}}
2016-04-25 02:23:13 +00:00
{{> term.html}}
{{/each}}
{{> footer.html}}