From ccf545919054be4dc2aa9efdc7cd914c867775a8 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 16 Apr 2016 11:41:33 -0700 Subject: WIP --- util/tmpl/term.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'util') diff --git a/util/tmpl/term.html b/util/tmpl/term.html index 1aa12d9e..870b463c 100644 --- a/util/tmpl/term.html +++ b/util/tmpl/term.html @@ -7,16 +7,21 @@ {{#if rules}}
{{#each rules}} - {{.}} - {{#unless @last}} - » - {{/unless}} + {{.}} {{#unless @last}}«{{/unless}} {{/each}} - » + « {{source}}
{{/if}} +{{#if tags}} +
+ {{#each tags}} + {{.}}{{#unless @last}},{{/unless}} + {{/each}} +
+{{/if}} +
    {{#each glossary}} -- cgit v1.2.3