{% extends 'arvestust.html' %} {% load cache %} {% comment %} Describe the template here. {% endcomment %} {% block content %}

{{ tag }}

{% for object in tag.projects.all %} {% endfor %}
Id slug Content
{{ object.id }} {{ object.slug }} {{ object.slug }}
{% endblock content %}