{% extends "pylucid/css_anchor_div.html" %} {% load tagging_tags %} {% block plugin_content %} {% tags_for_object pagemeta as tags %} {% if tags %}
tag navi {% for tag in tags %} {% if not forloop.first %}|{% endif %} {{ tag.name }} {% endfor %}
{% endif %} {% endblock plugin_content %}