logo

searx

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

unknow_error.html (399B)


  1. {% from 'oscar/macros.html' import icon %}
  2. <div class="alert alert-danger fade in" role="alert">
  3. <button class="close" data-dismiss="alert" type="button">
  4. <span aria-hidden="true">×</span>
  5. <span class="sr-only">{{ _('Close') }}</span>
  6. </button>
  7. <strong class="lead">{{ icon('exclamation-sign') }} {{ _('Oh snap!') }}</strong>
  8. {{ _('Something went wrong.') }}
  9. </div>