{% extends "base.html" %} {% block content %}
Your files on
Your memories from this day, {{ this_month }} {{ this_day }}.
Your albums:
{% for album in albums %} {% if (loop.index == 1) %}
{% endif %} {% if loop.index % 3 == 0 %}
{% endif %} {% endfor %}
{% endblock %}