mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
8 lines
244 B
HTML
8 lines
244 B
HTML
{% extends "simple/base.html" %}
|
|
{% from 'simple/icons.html' import icon_big %}
|
|
{% block content %}
|
|
<div class="index">
|
|
<div class="title"><h1>{{instance_name}}</h1></div>
|
|
{% include 'simple/simple_search.html' %}
|
|
</div>
|
|
{% endblock %}
|