logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

no_cookies.html (240B)


  1. {% from 'oscar/macros.html' import icon %}
  2. <div class="alert alert-info fade in" role="alert">
  3. <strong class="lead">{{ icon('info-sign') }} {{ _('Information!') }}</strong>
  4. {{ _('currently, there are no cookies defined.') }}
  5. </div>