{% extends 'layout.html' %} {% block header %} leaves {% endblock %} {% block content %}
{% if g.user['id'] == image['author_id'] %}
{% endif %}

Info

{{ image['file_name'] }}

{{ image['id'] }}

{{ image['author_id'] }}

{{ image['created_at'] }}

{{ image['description'] }}

{% if exif is not false %}

Exif

{% for tag in exif %}

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

{% endfor %}
{% endif %}
{% endblock %}