2017-02-12 15:06:01 +01:00
|
|
|
{% extends "simple/base.html" %}
|
2021-11-13 10:42:07 +01:00
|
|
|
{% from 'simple/icons.html' import icon_big %}
|
2017-02-12 15:06:01 +01:00
|
|
|
{% block content %}
|
|
|
|
|
<div class="index">
|
2024-12-10 20:32:18 +01:00
|
|
|
<div class="title{% if get_setting('brand.custom_files.logo', false) %} custom_logo{% endif %}"><h1>SearXNG</h1></div>
|
2021-09-21 00:10:12 +02:00
|
|
|
{% include 'simple/simple_search.html' %}
|
2017-02-12 15:06:01 +01:00
|
|
|
</div>
|
|
|
|
|
{% endblock %}
|