{% macro shared_css() %} {% endmacro %} {% if album is not defined %} {## Album listing ###################################################}
{% import "header.html" as header %} {% import "album_card.html" as album_card %}{{-album.description-}}
These files – {{album.sum_bytes(recurse=False)|bytestring}}
{% endif %} {% if has_child_photos %}Include children – {{album.sum_bytes(recurse=True)|bytestring}}
{% endif %}