{# Renders tags tags - a list of tag dicts Example: {% snippet "package/snippets/tags.html", tags=pkg.tags %} #} {% if tags %}
{% snippet 'snippets/tag_list.html', tags=tags, _class='tag-list well' %}
{% endif %}