aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/polaris/layouts/partials/toc.html
blob: 5f286b5ea3212351942445f6e30a9eb8f5e3ef5c (plain)
1
2
3
4
5
6
{{ with .TableOfContents }}
  <div class="toc">
    <h2>Table of Contents</h2>
    {{ . }}
  </div>
{{ end }}