summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/templates/private/table_of_contents.html
blob: 20d8b99e6b9aef2cc35d74fc5319e2a118509daf (plain)
1
2
3
4
5
6
<section id="toc">
  {{?items}}
    <h3>Contents</h3>
    {{+partials.table_of_contents_items items:items /}}
  {{/items}}
</section>