{% extends "base.html" %} {% block content %}
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 %}