{% if img.exif %}
{% if img.exif.camera %}
{{ img.exif.camera.display_name }}
{% endif %}
{% if img.exif.focal_length %}{{ img.exif.focal_length }}mm{% endif %}{% if img.exif.aperture %} f/{{ img.exif.aperture }}{% endif %}
{% endif %}