Índice
- 
    {% for category in sorted_categories %}
    
      
 - {{ category|title }} {% endfor %}
 
Leyenda:  tiene música grabada; 
 tiene acordes.
- 
    {% for category, songs in sorted_categories.items %}
    
 - 
        {{ song.number }}.
        
          {{ song.name }}
          {% if song.author %} por {{ song.author }} {% endif %}
          {% if song.origin %} basada en {{ song.origin }} {% endif %}
        
        {% if song.has_audios %}
        
{% endif %} {% if song.chorded %}
{% endif %}
    
    {% endfor %}
    {% endfor %}