{% extends "base.html" %} {% block content %}

{{ song.name }}

{% if song.original %}

Original: {{ song.original }}

{% endif %} {% if song.author %}

AutorĂ­a: {{ song.author }}

{% endif %} {% if song.video %} {% endif %} {% if parsed_srt %}

{% for line in parsed_srt %} {{ line.content }}
{% endfor %}

{% endif %} {% if song.files %} {% endif %} {% endblock %}