{% set thumbnails = { "audio": "audio", "application/zip": "archive", "application/x-tar": "archive", "archive": "archive", "txt": "txt", "svg": "svg", "video": "video", } %} {% macro create_photo_card(photo, view="grid") %} {% if view == "list" %}
{{photo.basename}} {{photo.bytestring()}}
{% else %}
{% endif %} {% endmacro %}