{% extends "base.html" %} {% block content %} {% if not album_dir.is_root %}

{% endif %} {% if album_dir.children %}

Albums

{% endif %} {% if album_dir.images %}

Photos

{% for image in album_dir.images %}
{% endfor %}
{% endif %} {% endblock %}