You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
397 B

{{#unless (optionEquals "global-index-format" "none")~}}
{{#if (optionEquals "global-index-format" "dl")}}
{{>global-index-dl kind=kind title=title ~}}
{{/if~}}
{{#if (optionEquals "global-index-format" "grouped")}}
{{>global-index-grouped kind=kind title=title }}
{{/if~}}
{{#if (optionEquals "global-index-format" "table")}}
{{>global-index-table kind=kind title=title ~}}
{{/if~}}
{{/unless~}}