{% extends "public/base.html" %} {% block title %}{{ room.title }} — {{ gallery.public_name or gallery.name }}{% endblock %} {% block content %}
{{ room.description }}
{% else %}This viewing room is password protected.
{% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}