{% from 'macros.html' import follow_area with context %} ←Previous Next→
{{ photo.author.username }}
{% if photo.description %} {{ photo.description }} {% endif %} {% if current_user == photo.author %} edit description {% endif %}
{% if photo.tags %} {% for tag in photo.tags %} {{ tag.name }} {% endfor %} {% endif %} {% if current_user == photo.author %} edit tag {% endif %}