{% 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-}}
Author: {{author.display_name}}
{% endif %}Created on {{album.created|timestamp_to_naturaldate}}.
These files – {{album.sum_bytes(recurse=False)|bytestring}}
{% endif %} {% if has_child_photos %}Include children – {{album.sum_bytes(recurse=True)|bytestring}}
{% endif %}