{% set photo = __SELF__.photo %} {% if photo.title %}

{{ photo.title }}

{% endif %}
{{ photo.title }}
{{ photo.created_at|date('Y/m/d') }} {{ photo.album.title }} {% if photo.description %} {{ photo.description | raw }} {% endif %}
{% if photo.previous %} Previous photo {% else %} Previous photo {% endif %} {% if photo.next %} Next photo {% else %} Next photo {% endif %}