diff --git a/src/pallets/templates/index.html b/src/pallets/templates/index.html index 8a67ed4..3637d2a 100644 --- a/src/pallets/templates/index.html +++ b/src/pallets/templates/index.html @@ -4,7 +4,7 @@
{{ page.content_html | safe }}
-
+
{% for title in ("Flask", "Quart", "Jinja", "Click", "Werkzeug", "ItsDangerous", "MarkupSafe") %} {% set name = title.lower() %}

diff --git a/src/pallets/templates/layout.html b/src/pallets/templates/layout.html index 19a9390..b42ba8c 100644 --- a/src/pallets/templates/layout.html +++ b/src/pallets/templates/layout.html @@ -6,7 +6,7 @@ Pallets - + {% block extra_head %}{% endblock %}