mirror of
https://github.com/searxng/searxng.git
synced 2026-05-30 22:54:11 +02:00
[enh] initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>searx</h1>
|
||||
{% for result in results %}
|
||||
<p>{{ result|safe }}</p>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user