mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] engine types
This commit is contained in:
parent
c3b7ed8687
commit
d793c2733c
7 changed files with 34 additions and 29 deletions
|
|
@ -5,6 +5,9 @@
|
|||
<input type="submit" value="search" />
|
||||
</form>
|
||||
{% for result in results %}
|
||||
<p>{{ result|safe }}</p>
|
||||
<div class="result">
|
||||
<h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
|
||||
<p class="content"><span class="engine">{{ result.engine }}</span><br />{% if result.content %}{{ result.content|safe }}<br />{% endif %}<span class="url">{{ result.url }}</span></p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue