{# 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 'localtoc_title' theme option #} {%- if display_toc -%}

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

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