diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-17 18:20:39 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-17 18:20:39 -0700 |
commit | 6f45cc287112030387f33169c762ee9448c0c65c (patch) | |
tree | 6c6effd9305e14569b5222c6a58f00724c6029fc /util/tmpl/term-list.html | |
parent | f079db0471424a873f22315c7911571d467e97ad (diff) |
Splitting out header and footer templates
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}} |