{% extends "template.html" %} {% load tags %} {% block content %}

Items tagged as '{{tag.name}}'

{% for t,il in items %}
{% for i in il %} {% endfor %}
{{t}}
{{i}} {% tags i %}
{% endfor %} {% endblock %}