{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Chatelet — Room Rentals

Nostr-native room rentals. Operator admin UI goes here (rooms, calendar, bookings). Guest booking UI lives in the webapp.

{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}