{# cloud/localtoc.html ~~~~~~~~~~~~~~~~~~~ Overrides to add an identifiable div wrapper (so the section highlight code has a reliable selector to lock onto), and allows overriding the title via cloud_sptheme.exc.overrides:override_localtoc_title #} {%- if display_toc -%}

{{ _(localtoc_title or 'Table Of Contents') }}

{{ toc }}
{%- endif -%}