logo

searx

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

code.html (713B)


  1. {% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl %}
  2. {{ result_header(result, favicons, image_proxify) -}}
  3. {{- result_sub_header(result) -}}
  4. {%- if result.content %}{{ result.content|safe }}{% endif %}</p>
  5. {%- if result.repository -%}
  6. <p class="content"><a href="{{ result.repository|safe }}" {% if results_on_new_tab %}target="_blank" rel="noopener noreferrer"{% else %}rel="noreferrer"{% endif %}>{{ result.repository }}</a></p>
  7. {%- endif -%}
  8. <div dir="ltr" class="codelines">
  9. {{- result.codelines|code_highlighter(result.code_language)|safe -}}
  10. </div>{{- '' -}}
  11. {{- result_sub_footer(result, proxify) -}}
  12. {{ result_footer(result) }}