From 001b52fc1b6d2b30b371611f5a8b961e5c6945d3 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 11 Feb 2025 17:59:28 +0200 Subject: Implement find --- browser/templates/page_main.html.j2 | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'browser/templates/page_main.html.j2') diff --git a/browser/templates/page_main.html.j2 b/browser/templates/page_main.html.j2 index 8ce4a13..907275f 100644 --- a/browser/templates/page_main.html.j2 +++ b/browser/templates/page_main.html.j2 @@ -5,24 +5,7 @@ {% include "frag_aside.html.j2" %}
- - - - {% for field_name in field_names %} - - {% endfor %} - - - - {% for row in rows %} - - {% for field in row %} - - {% endfor %} - - {% endfor %} - -
{{ field_name }}
{{ field }}
+ {% include "frag_results.html.j2" %}
{% endblock %} -- cgit v1.3