{% if post.exif.camera %}
Camera
{{ post.exif.camera }}
{% endif %} {% if post.exif.aperture %}
Aperture
f/{{ post.exif.aperture }}
{% endif %} {% if post.exif.shutter_speed %}
Shutter speed
{{ post.exif.shutter_speed }} sec
{% endif %} {% if post.exif.focal_length %}
Focal length (as set)
{{ post.exif.focal_length }}{% if not post.exif.focal_length|search( 'mm' ) %} mm{% endif %}
{% endif %} {% if post.exif.iso %}
Sensitivity
ISO {{ post.exif.iso }}
{% endif %} {% if post.exif.lens %}
Lens
{{ post.exif.lens }}
{% endif %}