From ef72b74ec34e95a38890d542cda298dd6565d5ad Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 2 May 2025 16:37:29 +0300 Subject: Start replacing browser with a chat demo --- demo/templates/page_main.html.j2 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 demo/templates/page_main.html.j2 (limited to 'demo/templates/page_main.html.j2') diff --git a/demo/templates/page_main.html.j2 b/demo/templates/page_main.html.j2 new file mode 100644 index 0000000..907275f --- /dev/null +++ b/demo/templates/page_main.html.j2 @@ -0,0 +1,11 @@ +{% extends "base.html.j2" %} + +{% block content %} +
+ {% include "frag_aside.html.j2" %} + +
+ {% include "frag_results.html.j2" %} +
+
+{% endblock %} -- cgit v1.3