diff options
Diffstat (limited to 'util/tmpl/term-list.html')
-rw-r--r-- | util/tmpl/term-list.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util/tmpl/term-list.html b/util/tmpl/term-list.html new file mode 100644 index 00000000..9e55a80e --- /dev/null +++ b/util/tmpl/term-list.html @@ -0,0 +1,7 @@ +{{> header.html}} +{{#each defs}} +<div class="definition"> + {{> term.html}} +</div> +{{/each}} +{{> footer.html}} |