{% extends "base.html" %}
{% block content %}
{% for url, title in album.breadcrumb %}
{{ title }} »
{% endfor -%}
{{ media.title }}
{% endif %}
{{ media.title }}
{% endif %} {% if media.type == "video" %} {% endif %}{% if previous_media %} « previous {% endif %} {% if next_media %} next » {% endif %}