7 lines
146 B
Handlebars
7 lines
146 B
Handlebars
|
{{! a main index is only shown if at least 2 global or modules exist ~}}
|
||
|
|
||
|
{{#if (showMainIndex)~}}
|
||
|
{{>module-index~}}
|
||
|
{{>global-index~}}
|
||
|
{{/if~}}
|