{% extends "base.html" %} {% block title %}Upload Photos — {{ event.name }}{% endblock %} {% block content %}

Upload Photos — {{ event.name }}

{% if photos %} {% endif %} Gallery

{% include "gallery/partials/photo_grid.html" %}
{% endblock %}