{% if link.link_type == LinkType.SPOTIFY %} {% include "icons/spotify.svg" %} {% elif link.link_type == LinkType.YOUTUBE %} {% include "icons/youtube.svg" %} {% elif link.link_type == LinkType.PDF %} {% include "icons/pdf.svg" %} {% elif link.content_type == ContentType.AUDIO %} {% include "icons/notes.svg" %} {% else %} {% include "icons/link.svg" %} {% endif %}