Back to Searxng

Keyvalue

searx/templates/simple/result_templates/keyvalue.html

latest396 B
Original Source

{%- if result.caption %}{{ result.caption }}{%- endif -%} {%- if result.key_title or result.value_title %} | {{result.key_title}} | {{result.value_title}} | | --- | --- | {%- endif -%} {%- for key, value in result.kvmap.items() -%} | {{ key }} |{{- '' -}} {{ value }} |{{- '' -}} {%- endfor -%} {{- '' -}} {% for engine in result.engines %}{{ engine }}{% endfor %} {{- '' -}}

{{- '' -}}