{% extends "base.html" %} {% block title %}{{SITE_NAME}}: albums{% endblock %} {% block menu-highlight-by-year %}class="current"{% endblock %} {% block content %}

Albums by date

{% for album_year in album_dates %}

Albums from year: {{ album_year.year }}

{% endfor %}
{% endblock %}