{% extends "base.html" %} {% block content %}
{% for alb in album.albums %} {% endfor %}
{% if album.medias %} {% include "album_items.html" %} {% endif %} {% endblock %}