{% extends "vellum/base_vellum.html" %} {% load i18n taggit_extras %} {% block title %}{% trans "Tags" %} | {{ block.super }}{% endblock %} {% block description %}{% trans "Post tags" %}{% endblock %} {% block body_id %}tag-list{% endblock %} {% block content %}

{% trans "Tag Cloud" %}

{% get_tagcloud as tags for 'vellum.post' %} {% endblock %}