{{ tema.title }}

{% if tema.score() is not none %} {% include "fragments/tema/score.html" %} {% endif %} {% if tema.lyrics %} {% set lyric = tema.lyrics[0] %}

Lletra


{{ lyric.content.replace('\n', '
') | safe }}
{% endif %}