{% extends 'base.html' %} {% block content %}

{{ photo.title }}

Back to {{ photoset.title }}

{% if 'original' in photo.sizes %} Download original {% else %} No original available. {% endif %}

View on Flickr

Taken on {{ photo.dates.taken }}

Tags: {% for tag in photo.tags %} {{ tag.tag }}{% if loop.last %}.{% else %}, {% endif %} {% endfor %}

{% if photo_next %}

{{ photo_next.title }} »

{% endif %} {% if photo_previous %}

« {{ photo_previous.title }}

{% endif %}
{% endblock %}