{% macro shared_css() %} {% endmacro %} {% if album is not defined %} {## Album listing ###################################################}
{% import "header.html" as header %} {% import "cards.html" as cards %}{{-album.description-}}{% set author = album.get_author() %} {% if author is not none %}
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 %}