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 %} +
+ +
+ + + + +