diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html
deleted file mode 100644
index 718a33ffb..000000000
--- a/searx/templates/oscar/base.html
+++ /dev/null
@@ -1,111 +0,0 @@
-{% from 'oscar/macros.html' import icon %}
-
-
-
-
-
-
-
-
-
- {% block meta %}{% endblock %}
- {% block title %}{% endblock %}{{ instance_name }}
-
- {% if preferences.get_value('oscar-style') -%}
- {{' '}}
- {%- else -%}
- {{' '}}
- {%- endif %}
-
- {% set templates = results|map(attribute='template')|unique|list -%}
- {%- set load_leaflet = 'map.html' in templates -%}
- {%- if load_leaflet -%}
- {{' '}}
- {%- endif %}
-
- {%- for css in styles %}
-
- {% endfor %}
-
-
-
-
- {% block styles %}
- {% endblock %}
- {% block head %}
- {% endblock %}
-
-
-
-
-
- {% include 'oscar/navbar.html' %}
-
-
- {% if errors %}
-
-
-
{{ icon('info-sign') }} {{ _('Error!') }}
-
- {% for message in errors %}
- - {{ message }}
- {% endfor %}
-
-
- {% endif %}
-
- {% block site_alert_error %}
- {% endblock %}
- {% block site_alert_warning %}
- {% endblock %}
- {% block site_alert_info %}
- {% endblock %}
- {% block site_alert_success %}
- {% endblock %}
-
- {% block content %}
- {% endblock %}
-
-
-
-
-
- {% if load_leaflet %}{{" "}}{{ "\n" }}{% endif %}
- {% if autocomplete %}{{" "}}{{ "\n" }}{% endif %}
-
-
- {% for script in scripts %}
- {{""}}
- {% endfor %}
-
-
-
-