{% if album.albums %}
    {% for alb in album.albums %}
  • {{ alb.name }} {{ alb.title }}
  • {% endfor %}
{% endif %} {% if album.medias %} {% macro img_description(media) -%} {%- if media.big %}Full size{% endif %} {% if media.description %}
{{ media.description }}{% endif %} {%- if media.exif %}
{% if media.exif.iso %}ISO: {{ media.exif.iso }}, {% endif %} {% if media.exif.focal %}Focal: {{ media.exif.focal }}, {% endif %} {% if media.exif.exposure %}Exposure: {{ media.exif.exposure }}, {% endif %} {% if media.exif.fstop %}Fstop: {{ media.exif.fstop }}{% endif %} {% if media.exif.datetime %}
Date: {{ media.exif.datetime }} {% endif %} {% endif %} {%- endmacro %} {% endif %} {% if album.zip %} {% endif %} {% if album.description %}
{{ album.description }}
{% endif %}