{{ tema.title }}
    {% if tema.links %} {% for link in tema.links %}
  • {% if link.type == LinkType.AUDIO %} {% if link.subtype == LinkSubtype.SPOTIFY %} {% include "icons/spotify.svg" %} {% elif link.subtype == LinkSubtype.YOUTUBE %} {% include "icons/youtube.svg" %} {% else %} {% include "icons/notes.svg" %} {% endif %} {% elif link.type == LinkType.SCORE %} {% if link.subtype == LinkSubtype.PDF %} {% include "icons/pdf.svg" %} {% else %} {% include "icons/link.svg" %} {% endif %} {% else %} {% include "icons/link.svg" %} {% endif %}
  • {% endfor %} {% endif %}