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