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

{% endif %} {% if not album_dir.is_root %}

{{album_dir.path.name}}

{% endif %} {% if album_dir.children %}
{% for child in album_dir.children %}
{% if child.cover_path %} {% endif %}
{{child.path.name}}
{% endfor %}
{% endif %} {% if album_dir.images %}

Photos

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