mirror of
https://github.com/kennethreitz/photos.kennethreitz.org.git
synced 2026-06-21 15:10:56 +00:00
66a7410dc0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 lines
280 B
HTML
2 lines
280 B
HTML
{% if img.exif %}<div class="overlay">{% if img.exif.camera %}<div>{{ img.exif.camera.display_name }}</div>{% endif %}<div>{% if img.exif.focal_length %}{{ img.exif.focal_length }}mm{% endif %}{% if img.exif.aperture %} f/{{ img.exif.aperture }}{% endif %}</div></div>{% endif %}
|