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