{% if photo.target %}{% endif %} {{ photo.alt }} {% if photo.target %}{% endif %}
{{ photo.alt }}{% if photo.is_photo %} - photo by {{ photo.author }}
{% if photo.exif.camera %}
Camera
{{ photo.exif.camera }}
{% endif %} {% if photo.exif.aperture %}
Aperture
f/{{ photo.exif.aperture }}
{% endif %} {% if photo.exif.shutter_speed %}
Shutter speed
{{ photo.exif.shutter_speed }} sec
{% endif %} {% if photo.exif.focal_length %}
Focal length (as set)
{{ photo.exif.focal_length }} mm
{% endif %} {% if photo.exif.iso %}
Sensitivity
ISO {{ photo.exif.iso }}
{% endif %} {% if photo.exif.lens %}
Lens
{{ photo.exif.lens }}
{% endif %}
{% endif %}