bigint-crypto-utils/node_modules/dmd/partials/main-index/main-index.hbs

7 lines
146 B
Handlebars
Raw Normal View History

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