libremiami-search/searx/templates/oscar/index.html

904 B

{% extends "oscar/base.html" %} {% block content %}
{% if cookies['oscar-style'] == 'pointhi' %}

searx logosearx

{% else %}

searx logo searx

{% endif %}
{% include 'oscar/search_full.html' %}
{% endblock %}