diff options
Diffstat (limited to 'searx/templates/simple/result_templates/default.html')
| -rw-r--r-- | searx/templates/simple/result_templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/result_templates/default.html b/searx/templates/simple/result_templates/default.html index b29ca550f..8cd985b1b 100644 --- a/searx/templates/simple/result_templates/default.html +++ b/searx/templates/simple/result_templates/default.html @@ -1,4 +1,4 @@ -{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl %} +{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl with context %} {{ result_header(result, favicons, image_proxify) -}} {{- result_sub_header(result) -}} |