{% extends "base.html" %} {% block content %}

tag cloud | {{ cloud|length() }} tags

{% for c,size in cloud %} {% if size>bold_px %}{% endif %}{{c}}{% if size>bold_px %}{% endif %} {% endfor %}

{% endblock %}