xref: /plugin/combo/resources/theme/default/pages/partials/toc-partial.hbs (revision 04fd306c7c155fa133ebb3669986875d65988276)
1{{#if toc-html}}
2    <nav id="main-toc" class="{{toc-class}}">
3        {{{toc-html}}}
4    </nav>
5{{/if}}
6