{% load icon %}
{% if request.resolver_match.url_name == url_name %}
{% icon icon_name "text-gray-300 mr-3 flex-shrink-0 h-6 w-6" %}
{{ url_title }}
{% else %}
{% icon icon_name "text-gray-400 group-hover:text-gray-300 mr-3 flex-shrink-0 h-6 w-6" %}
{{ url_title }}
{% endif %}