{% extends "default.html" %} {% block nav_title %}{{ gallery.title }}{% endblock %} {% block title %}Gallery {{ gallery.title }} | {{ site_name }}{% endblock %} {% block content %}

{{ gallery.title }}

owned by {{ gallery.owner.formatted_name }}

{{ gallery.description }}

{% if have_permission %}
Add from query
{% endif %}

Pictures

{% endblock %}