{% extends 'layout.html' %} {% block header %}
{{ image['alt'] }}
{{ image['description'] }}
Image ID | {{ image['id'] }} |
Author | {{ image['author_id'] }} |
Upload date | {{ image['created_at'] }} |
{{subtag}} | {% if exif[tag][subtag]['formatted'] %} {% if exif[tag][subtag]['type'] == 'date' %}{{exif[tag][subtag]['formatted']}} | {% else %}{{exif[tag][subtag]['formatted']}} | {% endif %} {% elif exif[tag][subtag]['raw'] %}{{exif[tag][subtag]['raw']}} | {% else %}Oops, an error | {% endif %}