{% extends 'layout.html' %} {% block extra_headers %}{% endblock %} {% block title %}The Site with the LAMP : Tag Cloud{% endblock %} {% block content %}
{% for tag in tags %}

{{ tag.name.0 }} ({{ tag.counter }})

{% endfor %}
{% endblock %}