From e17048eddfe2df86abd2d498da2a33b9c3dd8a72 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 2 May 2025 23:38:23 +0300 Subject: Add sort_asc param, impl demo chat app --- demo/templates/page_main.html.j2 | 11 ----------- 1 file changed, 11 deletions(-) delete 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 deleted file mode 100644 index 907275f..0000000 --- a/demo/templates/page_main.html.j2 +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "base.html.j2" %} - -{% block content %} -
- {% include "frag_aside.html.j2" %} - -
- {% include "frag_results.html.j2" %} -
-
-{% endblock %} -- cgit v1.3