diff --git a/templates/nostrclient/index.html b/templates/nostrclient/index.html new file mode 100644 index 0000000..9ad5b45 --- /dev/null +++ b/templates/nostrclient/index.html @@ -0,0 +1,270 @@ +{% extends "base.html" %} {% from "macros.jinja" import window_vars with context +%} {% block page %} +
+
+ + +
+
+
nostr relays
+
+ +
+ + + +
+
+ + {% raw %} + + + + {% endraw %} + +
+
+ + + + +
+
+ +
+
+ Add relay +
+
+
+
+
+ +
+ + +
{{SITE_TITLE}} Nostr Extension
+

Only Admin users can manage this extension

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