{% extends "base.html" %} {% block title %}Tags — cclog{% endblock %} {% block content %}
{% for tag, count in tags %}
{{ tag }} {{ count }} conversation{{ 's' if count != 1 }}
{% else %}

No tags yet

Tag conversations from the conversation view to organize your history

{% endfor %}
{% endblock %}