{% if post.exif.camera %}
  • {{ post.exif.camera }}
  • {% endif %} {% if post.exif.aperture %}
  • f/{{ post.exif.aperture }}
  • {% endif %} {% if post.exif.shutter_speed %}
  • {{ post.exif.shutter_speed }} sec
  • {% endif %} {% if post.exif.focal_length %}
  • {{ post.exif.focal_length }}{% if not post.exif.focal_length|search( 'mm' ) %} mm{% endif %}
  • {% endif %} {% if post.exif.iso %}
  • ISO {{ post.exif.iso }}
  • {% endif %} {% if post.exif.lens %}
  • {{ post.exif.lens }}
  • {% endif %} {% if (post.exif.geo_latitude) and (post.exif.geo_longitude) %}
  • {{ post.exif.geo_latitude }} {{ post.exif.geo_longitude }}
  • {% endif %}