{% extends "base.html" %} {% block title %}Tags : {{ super() }}{% endblock %} {% block content %} Tags {% for tag in tag_cloud|sort %} {{ tag.0 }} {% endfor %} {% endblock %}