{% extends "base.html" %} {% block title %}Tags{% endblock %} {% block content %} {% for tag in tag_cloud %} {{ tag.0 }} {% endfor %} {% endblock %}