{% if taxonomy == 'category' %}
{% if taxonomy == 'category' %}
Available Categories:
-
{% for category in categories %}
- {{category.text }} {% endfor %}
Available Tags:
-
{% for tag in tags %}
- {{ tag.text }} {% endfor %}