{% extends "blogit/base.html" %} {% block content %}

Tags:

{% for tag in tag_list %} {{ tag.name }}
{% endfor %} {% endblock %}