{%- extends "base.html" %} {% block content %} {{ super() }}
{% if 'mp4' in file %}
{% endif %} {% if 'mp3' in file %}
{% endif %}
{%- endblock %}