aboutsummaryrefslogtreecommitdiff
path: root/src/match_up/templates/index.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/match_up/templates/index.j2')
-rw-r--r--src/match_up/templates/index.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/src/match_up/templates/index.j2 b/src/match_up/templates/index.j2
index 832dbfb..ce0d531 100644
--- a/src/match_up/templates/index.j2
+++ b/src/match_up/templates/index.j2
@@ -1,10 +1,10 @@
{% from "macros.j2" import header, footer, navbar %}
<!doctype html>
<html lang="en">
- {{ header() }}
+ {{ header(url_for) }}
<body>
<section class="section">
- {{ navbar() }}
+ {{ navbar(url_for) }}
<div hx-post="/clear" hx-swap="outerHTML" hx-trigger="load"></div>
<div hx-get="/control" hx-swap="outerHTML" hx-trigger="load"></div>
{{ footer() }}