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