status: hidden title: MySite » %(field_value)s index: [tags, category] template: self {% extends "default.html" %} {% block content %} {% if field == "tags" %}

Index for the tag {{ field_value }}

{% else %}

Index for the {{ field_value }} {{ field }}

{% endif %} {% endblock %}