{% if categories %}
Categories:
{% for cat in categories %}
{% endfor %}
{% endif %}
{% if tags %}
Tags:
{% for tag in tags %}
{% endfor %}
{% endif %}
{% if tool_types %}
Tools:
{% for tool in tool_types %}
{% endfor %}
{% endif %}
{% for plugin in marketplace.plugins %}