logo

searx

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

no_data_available.html (235B)


  1. {% from 'oscar/macros.html' import icon %}
  2. <div class="alert alert-info fade in" role="alert">
  3. <strong class="lead">{{ icon('info-sign') }} {{ _('Heads up!') }}</strong>
  4. {{ _('There is currently no data available. ') }}
  5. </div>