From e8f3a470ce693bef9303d3dd4c46523cdc691826 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 11 Feb 2025 12:12:37 +0200 Subject: Add structure, introduce progressive enhancement --- browser/templates/index.html.j2 | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 browser/templates/index.html.j2 (limited to 'browser/templates/index.html.j2') diff --git a/browser/templates/index.html.j2 b/browser/templates/index.html.j2 deleted file mode 100644 index 9713944..0000000 --- a/browser/templates/index.html.j2 +++ /dev/null @@ -1,28 +0,0 @@ -{% extends "base.html.j2" %} - -{% block content %} -
- {% include "aside.html.j2" %} - -
- - - - {% for field_name in field_names %} - - {% endfor %} - - - - {% for row in rows %} - - {% for field in row %} - - {% endfor %} - - {% endfor %} - -
{{ field_name }}
{{ field }}
-
-
-{% endblock %} -- cgit v1.3