{% extends 'layout.html' %} {% block header %} leaves {% endblock %} {% block content %}

{{ image['file_name'] }}

{{ image['id'] }}

{{ image['author_id'] }}

{% for tag in exif %}

{{ tag }}: {{ exif[tag] }}

{% endfor %}
{% endblock %}