{% extends "vellum/base_vellum.html" %} {% load i18n taggit_extras %} {% block title %}{{ block.super }} | {% trans "Tags" %}{% endblock %} {% block body_id %}tag_list{% endblock %} {% block content %}

{% trans "Tag Cloud" %}

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