{% extends "base.html" %} {% block body %}
{% if previous_ %} {% endif %} {% if next_ %} {% endif %}
{% if not place_after and user_content_ %}
{% include user_content_ %}
{% endif %}
{% if exif %} {% if show_exif %}
{% if exif["Model"] %}

Camera: {{exif["Model"]}}

{% endif %} {% if exif["DateTime"] %}

Date: {{exif["DateTime"]}}

{% endif %} {% if exif["ISOSpeedRatings"] and exif["ExposureTime"] and exif["FNumber"] %}

{{exif["ISOSpeedRatings"]}} ISO, {{exif["ExposureTime"]}}s, f{{exif["FNumber"]}}

{% endif %}
{% endif %} {% endif %} {% if place_after and user_content_ %}
{% include user_content_ %}
{% endif %} {% endblock body %}