summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/result_templates/default.html
blob: bc967f01e529405380f66ba772fcd17c5b651d8e (plain)
1
2
3
4
5
6
7
8
{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer %}

{{ result_header(result) }}
{{ result_sub_header(result) }}

{% if result.content %}<p class="result-content">{{ result.content|safe }}</p>{% endif %}

{{ result_footer(result) }}