summaryrefslogtreecommitdiff
path: root/util/tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'util/tmpl')
-rw-r--r--util/tmpl/kanji-list.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/tmpl/kanji-list.html b/util/tmpl/kanji-list.html
new file mode 100644
index 00000000..b0e43634
--- /dev/null
+++ b/util/tmpl/kanji-list.html
@@ -0,0 +1,7 @@
+{{> header.html}}
+{{#each defs}}
+<div class="definition">
+ {{> kanji.html}}
+</div>
+{{/each}}
+{{> footer.html}}