{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
New relay
Relays
Export to CSV
{{SITE_TITLE}} Nostr Relay Extension
{% include "nostrrelay/_api_docs.html" %}
New Relay
Create Relay Cancel
{% endblock %} {% block vue_templates %} {% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}