From 03b031ea793e91ce2f87cf28c73cefc8ce69a7b5 Mon Sep 17 00:00:00 2001 From: Lilian Teronen Date: Mon, 27 Nov 2023 01:37:03 +0200 Subject: More rework on routes. Best and worst matches. More visuals. --- templates/base.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 839cc88..f38eb12 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,14 @@ {% if nick %}
{{ nick }}
+{% else %} +
+Anna itsellesi nimimerkki ensin: + + + +
{% endif %} + {% if alert %}
{{ alert }}
-- cgit v1.2.3