{% extends "base.html" %} {% block content %} {% load taggit_templatetags2_tags %} {% get_tagcloud as tags for 'application' %} {% include_tagcloud 'application.Post' %}
{% endblock %}