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

{{ album[2] }}

{% if album[3] %}
{{ album[3] }}

{% endif %}
back
{% for file in files %} {% if (loop.index == 1) %}
{% endif %}
{% if album[2] == "Videos" %}
{% else %} {% endif %} {% if file[3] %}

{{ file[3] }}

{% endif %}
{% if loop.index % 4 == 0 %}
{% endif %} {% endfor %}
{% endblock %}