searxng-beetroot/beetroot_template/messages/no_cookies.html

6 lines
242 B
HTML
Raw Permalink Normal View History

2023-04-04 21:23:00 +02:00
{% from 'beetroot/icons.html' import icon %}
2023-03-19 10:58:17 +01:00
<div class="alert alert-info fade in" role="alert">
<strong class="lead">{{ icon('info-sign') }} {{ _('Information!') }}</strong>
{{ _('currently, there are no cookies defined.') }}
</div>