{% extends "base.html" %} {% from "components/modal.html" import render_modal with context %} {% block extra_styles %} {# index.css owns .photo-grid / .photo-card — the album grid reuses them, so a photo looks the same here as on the home page. #} {% endblock %} {% macro render_new_album_form() %}
{{ _("Starts empty — add photos to it once it exists.") }}
{{ error }}
{% endif %} {% block albums_content %}{% endblock %}