From c5279e26f85e8e05599fea9f3289a0ab5a39d4f5 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 4 Jan 2023 14:40:19 +0100 Subject: [PATCH] Stash --- pynyaata/templates/index.html.j2 | 8 +++----- pynyaata/templates/layout.html.j2 | 26 +++++++++++++------------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/pynyaata/templates/index.html.j2 b/pynyaata/templates/index.html.j2 index 88c1cd7..a2a9c9b 100644 --- a/pynyaata/templates/index.html.j2 +++ b/pynyaata/templates/index.html.j2 @@ -1,10 +1,9 @@ {% extends "layout.html.j2" %} {% block body %}
-
-

{{ _("Ο€πŸ˜ΌγŸ") }}

-
-
+
+

{{ _("𝚷😼た") }}

+
{{ search_form.q(placeholder=_("Search animes ..."), class="input", value=request.args.get("q", "")) }} @@ -16,7 +15,6 @@
-
{% endblock body %} diff --git a/pynyaata/templates/layout.html.j2 b/pynyaata/templates/layout.html.j2 index 5ee181d..905d528 100644 --- a/pynyaata/templates/layout.html.j2 +++ b/pynyaata/templates/layout.html.j2 @@ -21,16 +21,16 @@ href="{{ url_for('static', filename='css/styles.css') }}"/> - + {% endif %} {% block body %} {% endblock body %}