diff options
Diffstat (limited to 'tmpl/terms.html')
-rw-r--r-- | tmpl/terms.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tmpl/terms.html b/tmpl/terms.html index dc50efe2..80735974 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -59,13 +59,17 @@ {{> definition}} {{/if}} </div> + + {{#if debug}} + <pre>{{#dumpObject}}{{{.}}}{{/dumpObject}}</pre> + {{/if}} </div> {{/inline}} {{#if definitions}} {{#each definitions}} {{#unless @first}}<hr>{{/unless}} -{{> term grouped=../grouped addable=../addable playback=../playback}} +{{> term debug=../debug grouped=../grouped addable=../addable playback=../playback}} {{/each}} {{else}} <p>No results found.</p> |