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

{% if preferences.print_index %} {{ preferences.index|escape }}{{ preferences.separator }} {% endif %} {% for link in linklist %} {{ link.name|escape }} {% if not forloop.last %}{{ preferences.separator }}{% endif %} {% endfor %}

{% endblock %}