{% block late_js %} {% if album.medias %} {% macro img_description(media) -%} {%- if media.big -%}Full size{%- endif -%} {# clean up tags and whitespace, including newlines, in the description #} {%- if media.description -%}
{{ media.description | striptags }}{%- endif -%} {%- if media.exif -%} {%- if media.exif.datetime -%} {{ media.exif.datetime }} {%- endif -%} {% endif %} {%- endmacro %}{% endif %} {% endblock %}