From 46a4737c1472b9414f83924d772c629562b5c947 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Wed, 8 Apr 2026 17:23:32 -0400 Subject: [PATCH] Add chaostheory-base-funnel.j2 for auth pages --- .../templates/chaostheory-base-funnel.j2 | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 remarkbox_chaostheory/templates/chaostheory-base-funnel.j2 diff --git a/remarkbox_chaostheory/templates/chaostheory-base-funnel.j2 b/remarkbox_chaostheory/templates/chaostheory-base-funnel.j2 new file mode 100644 index 0000000..e5b811f --- /dev/null +++ b/remarkbox_chaostheory/templates/chaostheory-base-funnel.j2 @@ -0,0 +1,63 @@ +{%- import 'snippets/snippets.j2' as snippets with context -%} + + + + {% block title %}foxhop.net{% endblock %} + + + + + + + + + {% include 'snippets/javascript-includes.j2' %} + + + + + + +{% include 'snippets/flash-alerts.j2' %} + + + +
+ +
+
+ home + {%- if request.user %} + {{ snippets.user_link(request.user) }} + log out + {%- else %} + join or log in + {%- endif %} +
+
+ +
+
+ +
+ +
+ {% block content %} + {% endblock %} +
+ +
+ + + + +