{% extends "base.html" %} {% block title %}edgarroman.com photo site{% endblock %} {% block currenthomepage %}class="current"{% endblock %} {% block content %}

Newest Albums

{% for album in albums %} {% include "album-list-element.html" %} {% endfor %}
{% endblock %}