{% extends "base.html" %} {% block title %}edgarroman.com photo site{% endblock %} {% load thumbnail %} {% block content %}
{% if photo.prev_photo %} {% endif %} {% if photo.next_photo %} {% endif %}

{{ photo.title }}

Back to the Album

{% endblock %}