From 53a8e9061c482400186c8b041be520a519795c07 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 8 Jan 2017 18:10:38 -0800 Subject: styling --- tmpl/term-grouped.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 tmpl/term-grouped.html (limited to 'tmpl/term-grouped.html') diff --git a/tmpl/term-grouped.html b/tmpl/term-grouped.html new file mode 100644 index 00000000..ac15a126 --- /dev/null +++ b/tmpl/term-grouped.html @@ -0,0 +1,50 @@ +
+
+ {{#if addable}} + + + {{/if}} + {{#if playback}} + + {{/if}} +
+ + {{#if reading}} +
{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}{{reading}}
+ {{else}} +
{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}
+ {{/if}} + + {{#if reasons}} +
+ {{#each reasons}} + {{.}} {{#unless @last}}«{{/unless}} + {{/each}} +
+ {{/if}} + +
+
    + {{#each definitions}} +
  1. + {{#if tags}} +
    + {{#each tags}} + {{name}} + {{/each}} +
    + {{/if}} + {{#if glossary.[1]}} +
      + {{#each glossary}} +
    • {{.}}
    • + {{/each}} +
    + {{else}} +
    {{glossary.[0]}}
    + {{/if}} +
  2. + {{/each}} +
+
+
-- cgit v1.2.3