{% extends "base.html" %} {% block content %} {% load taggit_templatetags2_tags %}
Your tags:
{{ tags }} {{ u }}
from List: {% for tag in tags %} {% for tag in posts %}

{{ tag.name }}

{% endfor %}{% endfor %}
{% endblock %}