{#- Override of zensical/templates/partials/toc.html. Single semantic structure: title at top, list of anchor items underneath. No nested wrappers that could end up double-bordered. The active-item treatment is a single 2px foreground left border on the link itself. -#} {% import "partials/language.html" as lang with context %} {% set title = lang.t("toc") %} {% if config.mdx_configs.toc and config.mdx_configs.toc.title %} {% set title = config.mdx_configs.toc.title %} {% endif %}