From 03719603a2f3d1080bf584095962e4a8111a503f Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Mon, 13 Feb 2023 16:30:36 +0100 Subject: [PATCH] okokok --- templates/nostrclient/index.html | 270 +++++++++++++++++++++++++++++++ 1 file changed, 270 insertions(+) create mode 100644 templates/nostrclient/index.html 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 %}