{% from 'macros.html' import follow_area with context %} ← Previous Next →
{{ photo.author.username }}
{% if photo.description %} {{ photo.description }} {% else %} No description {% endif %} {% if current_user == photo.author %} {{ render_icon('pencil-fill') }} {% endif %}
{% if photo.tags %} {% for tag in photo.tags %} {{ render_icon('tag-fill') }} {{ tag.name }} {% endfor %} {% else %} No tags {% endif %} {% if current_user == photo.author %} {{ render_icon('pencil-fill') }} {% endif %}