aboutsummaryrefslogtreecommitdiff
path: root/templates/index.j2
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-11-09 18:19:48 +0000
committerKaran Jayachandra <mail@karanjayachandra.com>2024-11-09 18:19:48 +0000
commit1a7ae4bc2b759de7a03e6ad83632e6ad678754c8 (patch)
tree5b771e755f3a55c6794c649431de35798242a2e0 /templates/index.j2
parent2b18e0929a0b3e083cbe9e5e8ffd421ed8d17e52 (diff)
parent75a3ef7d14fcaedab29da46ba3dc5cf9c1bab699 (diff)
Merge branch 'feature/package' into 'develop'
Implemented packaging and command line arguments See merge request KaranJayachandra/match_up!10
Diffstat (limited to 'templates/index.j2')
-rw-r--r--templates/index.j213
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/index.j2 b/templates/index.j2
deleted file mode 100644
index 832dbfb..0000000
--- a/templates/index.j2
+++ /dev/null
@@ -1,13 +0,0 @@
-{% from "macros.j2" import header, footer, navbar %}
-<!doctype html>
-<html lang="en">
- {{ header() }}
- <body>
- <section class="section">
- {{ navbar() }}
- <div hx-post="/clear" hx-swap="outerHTML" hx-trigger="load"></div>
- <div hx-get="/control" hx-swap="outerHTML" hx-trigger="load"></div>
- {{ footer() }}
- </section>
- </body>
-</html>