{% extends "pylucid/css_anchor_div.html" %} {% block plugin_content %}

    {% trans 'table of contents' %}

    {% for entry in toc_list %}
  1. ↓ {{ entry.link_text }}
  2. {% endfor %}
{% endblock %}