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

{{ gallery.title }}

{{ gallery.description }}

Users {% if have_permission %} | Edit{% endif %}

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

Pictures

{% endblock %}