diff --git a/pynyaata/templates/index.html.j2 b/pynyaata/templates/index.html.j2 index 8808ef4..88c1cd7 100644 --- a/pynyaata/templates/index.html.j2 +++ b/pynyaata/templates/index.html.j2 @@ -3,6 +3,20 @@

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

+
+
+
+
+ {{ search_form.q(placeholder=_("Search animes ..."), class="input", value=request.args.get("q", "")) }} +
+
+ +
+
+
+
{% endblock body %} diff --git a/pynyaata/templates/layout.html.j2 b/pynyaata/templates/layout.html.j2 index b389add..5ee181d 100644 --- a/pynyaata/templates/layout.html.j2 +++ b/pynyaata/templates/layout.html.j2 @@ -32,11 +32,15 @@