From d3dcb624dd65ce73c9aca492a8390b877fe40c55 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:15:28 +0100 Subject: [PATCH] fix: Improve cli browser templates --- templates/base.njk.cli.html | 7 ++----- templates/port.njk.cli.html | 7 ++++++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/base.njk.cli.html b/templates/base.njk.cli.html index bc089f8..c2e4a4a 100644 --- a/templates/base.njk.cli.html +++ b/templates/base.njk.cli.html @@ -14,9 +14,6 @@

Am I Open

{% endblock %} -
-
- To root /
diff --git a/templates/port.njk.cli.html b/templates/port.njk.cli.html index 9dbbf79..7c27e84 100644 --- a/templates/port.njk.cli.html +++ b/templates/port.njk.cli.html @@ -7,4 +7,9 @@

Port {{port}} is open

{% else %}

Port {{port}} is closed

-{% endif %} {% endblock %} +{% endif %} + +
+
+To root / +{% endblock %}