{#-
boilerplate/tags.html
~~~~~~~~~~~~~~~~~~~~~
Sidebar list of all tags.
:copyright: Copyright 2012 by IƱigo Serna
:copyright: Copyright 2011-2014 by Vlad Riscutia and contributors (see
CONTRIBUTORS file)
:license: FreeBSD, see LICENSE file
-#}
{{ text_tags }}
{%- for tag, count in tags|dictsort -%}
{{ tag }} ({{ count }})
{%- if not loop.last -%}, {% endif -%}
{%- endfor -%}