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 %}