{% import "header.html" as header %} {% import "tag_object.html" as tag_object %} {{photo.basename}} | Photos {% if theme %}{% endif %} {{header.make_header(session=session)}}

{{photo.basename}}

Tags

  • {% set tags = photo.get_tags()|sort_tags %} {% for tag in tags %}
  • {{tag_object.tag_object(tag, with_alt_description=True)}}
  • {% endfor %}

File info

{% set albums = photo.get_containing_albums() %} {% if albums %}

Albums containing this photo

{% endif %}