6 lines
326 B
Handlebars
6 lines
326 B
Handlebars
{{#unless (optionEquals "module-index-format" "none")~}}
|
|
{{#if (optionEquals "module-index-format" "dl")}}{{>module-index-dl ~}}{{/if~}}
|
|
{{#if (optionEquals "module-index-format" "grouped")}}{{>module-index-grouped ~}}{{/if~}}
|
|
{{#if (optionEquals "module-index-format" "table")}}{{>module-index-table ~}}{{/if~}}
|
|
{{/unless~}}
|