{% extends "default.html" %}
{% block nav_title %}{{ gallery.title }}{% endblock %}
{% block title %}Edit gallery '{{ gallery.title }}' | {{ site_name }}{% endblock %}
{% set back_url = "/gallery/" + gallery.id|string %}
{% block content %}
{% endblock %}