<section data-compodoc="block-index">
    <h3 id="index">{{t "index" }}</h3>
    <table class="table table-sm table-bordered index-table">
        <tbody>
            <tr>
                <td class="col-md-4">
                    <ul class="index-list">
                    {{#each list}}
                        <li>
                            <a href="#{{name}}" title="{{file}}" class="reference-link {{#if deprecated}}deprecated-name{{/if}}">{{#if ../refLetter}}<span class="reference-badge{{#if ../refKind}} reference-badge--{{../refKind}}{{/if}}" aria-hidden="true">{{../refLetter}}</span>{{/if}}<span class="reference-link-label"><b>{{name}}</b>&nbsp;&nbsp;&nbsp;({{short-url file}})</span></a>
                        </li>
                    {{/each}}
                    </ul>
                </td>
            </tr>
        </tbody>
    </table>
</section>
