{% extends "base.html" %} {% from "macros/photo.html" import picture %} {% block content %} {% if photo %}
{{ picture(photo, 'optimized', 'hero-photo', '100vw', true) }}

Picture of the Day

{{ photo.title or "Today" }}

{% if photo.description %}

{{ photo.description }}

{% endif %}

{% if photo.photographer %}{{ photo.photographer }}{% endif %} {% if photo.source %} ยท {{ photo.source }}{% endif %}

{% if prev_photo %}Previous{% endif %} {% if next_photo %}Next{% endif %} Slideshow Information Gallery
{% else %}

A quiet place for photographs

No photographs have been published yet.

{% endif %} {% endblock %}