{% load as_icon %} {% load to_kebabcase %} {% load get_category_icon %}
{% if 'title_url' in resource %} {% include "resources/resource_box_header.html" %} {% else %} {% include "resources/resource_box_header.html" %} {% endif %}

{{ resource.description|safe }}

{# 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 %}