From 14ecb8f32831ef4747adef1de1af658dc7d4b298 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 8 May 2016 12:01:43 -0700 Subject: File reorg --- tmpl/term.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 tmpl/term.html (limited to 'tmpl/term.html') diff --git a/tmpl/term.html b/tmpl/term.html new file mode 100644 index 00000000..216ccf0a --- /dev/null +++ b/tmpl/term.html @@ -0,0 +1,40 @@ +
+ {{#with options}} + {{#if enableAnkiConnect}} +
+ + +
+ {{/if}} + {{/with}} + + {{#if reading}} +
{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}{{reading}}
+ {{else}} +
{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}
+ {{/if}} + + {{#if rules}} +
+ {{#each rules}} + {{.}} {{#unless @last}}«{{/unless}} + {{/each}} +
+ {{/if}} + + {{#if tags}} +
+ {{#each tags}} + {{name}} + {{/each}} +
+ {{/if}} + +
+
    + {{#each glossary}} +
  1. {{.}}
  2. + {{/each}} +
+
+
-- cgit v1.2.3