{# Add primary link #}
{% if "title_url" in resource %}
{% endif %}
{# Add all additional icon #}
{% for icon in resource.urls %}
{% endfor %}
{# Tags #}
{% for tag in resource.tags.topics %}
{{ tag|title }}
{% endfor %}
{% for tag in resource.tags.type %}
{{ tag|title }}
{% endfor %}
{% for tag in resource.tags.payment_tiers %}
{{ tag|title }}
{% endfor %}
{% for tag in resource.tags.difficulty %}
{{ tag|title }}
{% endfor %}