---
layout: main_layout.njk
title: unakt - Image
pagination:
data: collections.allPhotos
size: 1
alias: photo
permalink: "/gallery/single/{{ photo.path | slugify }}/index.html"
---
{% set photo = pagination.items[0] %}
{% if photo.exif.model %}
- Camera:
{{ photo.exif.model | default("Unknown") }} -
Lens:
{{ photo.exif.lens | default("N/A") }}
- Settings:
{{photo.exif.fNumber | default("N/A") }} -
{{ photo.exif.exposure | default("N/A") }} -
ISO {{ photo.exif.iso | default("N/A") }} -
{{ photo.exif.focalLength | default("N/A") }}mm
{% endif %}
Uploaded on: {{ photo.date | date('YYYY-MM-DD') }}