{% load webdesign tagging_tags %}
{% tag_cloud_for_model flatpages.flatpage as tags_list with steps=6 min_count=1 distribution=log %} {% for tag in tags_list %} {% if not forloop.last %} {{ tag|capfirst }}, {% else %} {{ tag|capfirst }} {% endif %} {% endfor %}