{% extends "base.html" %} {% block title %}{% if image.ai_title %}{{ image.ai_title }}{% if image.exif and image.exif.camera %} | {{ image.exif.camera.display_name }}{% endif %} — {{ site_title }}{% endif %}{% endblock %} {% block meta_description %}{% if image.ai_description %}{{ image.ai_description }}{% else %}{{ site_tagline }}{% endif %}{% endblock %} {% block og_title %}{% if image.ai_title %}{{ image.ai_title }}{% else %}Photo{% endif %}{% endblock %} {% block og_description %}{% if image.ai_description %}{{ image.ai_description }}{% elif image.exif and image.exif.camera %}Shot on {{ image.exif.camera.display_name }}{% endif %}{% endblock %} {% block og_type %}article{% endblock %} {% block og_image %}{% if image.thumbnail_large %}{% elif image.thumbnail_medium %}{% endif %}{% endblock %} {% block twitter_card %}summary_large_image{% endblock %} {% block twitter_title %}{% if image.ai_title %}{{ image.ai_title }}{% else %}Photo{% endif %}{% endblock %} {% block twitter_description %}{% if image.ai_description %}{{ image.ai_description }}{% elif image.exif and image.exif.camera %}Shot on {{ image.exif.camera.display_name }}{% endif %}{% endblock %} {% block twitter_image %}{% if image.thumbnail_large %}{% elif image.thumbnail_medium %}{% endif %}{% endblock %} {% block head %} {% if image.tags.all %}{% endif %} {% if image.exif and image.exif.gps_latitude and image.exif.gps_longitude %} {% endif %} {% endblock %} {% block content %}
{{ image.ai_description }}
{% endif %} {% if image.exif %} {% endif %}{{ image.view_count }} views