diff --git a/res/templates/song.html b/res/templates/song.html index 97f8d3c..105b485 100644 --- a/res/templates/song.html +++ b/res/templates/song.html @@ -9,7 +9,7 @@ {% include "header.html" with path=".." %} - {{ song.name}} + {{song.number}}. {{ song.name}} CategorÃa: {{ song.category|title }} {% if song.author %} por {{ song.author }}