styleguide/templates/styleguide_with_toc.html

Summary

Maintainability
Test Coverage
<aside class="sidenav-layout__nav">
  <ol>
    {% for section in sections %}
      <li><a href="#{{ section.id }}">{{ section.name }}</a></li>
    {% endfor %}
  </ol>
</aside>

{{ html }}