From 5f74c473cef4564ad2040d9211f70b4f0ac048f1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 14 Apr 2016 20:36:00 -0700 Subject: Switch to iframe --- util/tmpl/defs.html | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'util/tmpl/defs.html') diff --git a/util/tmpl/defs.html b/util/tmpl/defs.html index 2fcc4ea9..ebbb7f82 100644 --- a/util/tmpl/defs.html +++ b/util/tmpl/defs.html @@ -1,6 +1,16 @@ -{{#each defs}} -
- {{> term.html}} - {{#unless @last}}
{{/unless}} -
-{{/each}} + + + + + + + + + {{#each defs}} +
+ {{> term.html}} + {{#unless @last}}
{{/unless}} +
+ {{/each}} + + -- cgit v1.2.3