diff options
Diffstat (limited to 'tmpl/term-list.html')
-rw-r--r-- | tmpl/term-list.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tmpl/term-list.html b/tmpl/term-list.html new file mode 100644 index 00000000..5581b679 --- /dev/null +++ b/tmpl/term-list.html @@ -0,0 +1,5 @@ +{{> header.html}} +{{#each defs}} +{{> term.html root=../root options=../options sequence=../sequence}} +{{/each}} +{{> footer.html}} |