{% extends "base.html" %} {% block content %}
{% if instance.is_running() %}
Searx is running
{% else %}
Searx has been stopped
{% endif %}
Searx Admin
{% block page %} {% endblock %}
{% endblock %}