diff --git a/searx/__init__.py b/searx/__init__.py index e69de29b..f33a3225 100644 --- a/searx/__init__.py +++ b/searx/__init__.py @@ -0,0 +1,7 @@ + +base_result_template = """ +
+

+

{content}
{url}

+

+"""