mirror of
https://github.com/searxng/searxng.git
synced 2026-06-01 07:27:16 +02:00
add initial support for offline engines && command engine
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<div class="result">
|
||||
<table>
|
||||
{% for key, value in result.items() %}
|
||||
{% if key in ['engine', 'engines', 'template', 'score', 'category', 'positions'] %}
|
||||
{% continue %}
|
||||
{% endif %}
|
||||
<tr>
|
||||
<td><b>{{ key|upper }}</b>: {{ value|safe }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
<p class="engines">{{ result.engines|join(', ') }}</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user