{# tags.html ~~~~~~~~~ Sidebar list of all tags. :copyright: Copyright 2012 by IƱigo Serna :license: FreeBSD, see LICENSE file #}

{{ text_tags }}

{%- for tag, count in tags|dictsort %} {{ tag }} ({{ count }}) {%- if not loop.last %}, {%- endif %} {%- endfor %}