From 67ca7adc4cabb79a87b51ebd9b112e641de31af9 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 8 Jan 2017 18:39:59 -0800 Subject: WIP --- tmpl/term-grouped.html | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'tmpl/term-grouped.html') diff --git a/tmpl/term-grouped.html b/tmpl/term-grouped.html index ac15a126..0de22bb9 100644 --- a/tmpl/term-grouped.html +++ b/tmpl/term-grouped.html @@ -26,24 +26,7 @@
    {{#each definitions}} -
  1. - {{#if tags}} -
    - {{#each tags}} - {{name}} - {{/each}} -
    - {{/if}} - {{#if glossary.[1]}} -
      - {{#each glossary}} -
    • {{.}}
    • - {{/each}} -
    - {{else}} -
    {{glossary.[0]}}
    - {{/if}} -
  2. +
  3. {{> term-definition.html}}
  4. {{/each}}
-- cgit v1.2.3