From 14ecb8f32831ef4747adef1de1af658dc7d4b298 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 8 May 2016 12:01:43 -0700 Subject: File reorg --- util/tmpl/term.html | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 util/tmpl/term.html (limited to 'util/tmpl/term.html') diff --git a/util/tmpl/term.html b/util/tmpl/term.html deleted file mode 100644 index 216ccf0a..00000000 --- a/util/tmpl/term.html +++ /dev/null @@ -1,40 +0,0 @@ -
- {{#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