{{ tema.title }}
    {% if tema.links %} {% for link in tema.links %}
  • {% if link.content_type == ContentType.AUDIO %} {% if link.link_type == LinkType.SPOTIFY %} {% include "icons/spotify.svg" %} {% elif link.link_type == LinkType.YOUTUBE %} {% include "icons/youtube.svg" %} {% else %} {% include "icons/notes.svg" %} {% endif %} {% elif link.content_type == ContentType.PARTITURA %} {% if link.link_type == LinkType.PDF %} {% include "icons/pdf.svg" %} {% else %} {% include "icons/link.svg" %} {% endif %} {% else %} {% include "icons/link.svg" %} {% endif %}
  • {% endfor %} {% endif %}