summaryrefslogtreecommitdiff
path: root/util/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-24 19:02:40 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-24 19:02:40 -0700
commitd35d59410a2bfa20534aaf297379711fe8f0cd63 (patch)
tree44d6f0ec99ea9dc70d82098afe00dc47422700d2 /util/tmpl
parentcac6fc1427106420b28777d94907bf27ab1995a3 (diff)
Improving kanjidic format
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}}