[enh] initial commit
This commit is contained in:
7
searx/templates/results.html
Normal file
7
searx/templates/results.html
Normal file
@@ -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