searxng-beetroot/beetroot_template/messages/no_results.html

6 lines
243 B
HTML
Raw Normal View History

2023-04-04 21:23:00 +02:00
{% from 'beetroot/icons.html' import icon_big %}
2023-03-19 10:58:17 +01:00
<div class="dialog-error" role="alert">
<p><strong>{{ _('Sorry!') }}</strong></p>
<p>{{ _("we didn't find any results. Please use another query or search in more categories.") }}</p>
</div>