{% include sortedlabels.html %}
{% for tag in sortedTags %}
{% if include.tags contains tag.name %}
{% if include.useLinks %}
{{ tag.name }}
{% else %}
{{ tag.name }}
{% endif %}
{% endif %}
{% endfor %}
{% for cat in sortedCats %}
{% if include.categories contains cat.name %}
{% if include.useLinks %}
{{ cat.name }}
{% else %}
{{ cat.name }}
{% endif %}
{% endif %}
{% endfor %}