{% extends 'base.html' %} {% block menuapp %} {% include 'lyrics/_menu-lyrics.html' %} {% endblock menuapp %} {% block content %}

Artistas

{% for artista in artistas %}
{% if artista.foto %} Foto del artista {% else %} {{ artista.nombre }} {% endif %}

{{ artista.matricula}}

{% endfor %}
{% endblock %}