1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-20 04:00:25 +02:00
searxng/searx/templates/default/result_templates/images.html

7 lines
327 B
HTML
Raw Normal View History

2013-10-22 23:33:18 +02:00
<div class="image_result">
<p>
2015-01-16 16:26:48 +01:00
<a href="{{ result.img_src }}"><img src="{{ image_proxify(result.img_src) }}" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}" /></a>
<span class="url"><a href="{{ result.url }}" class="small_font">{{ _('original context') }}</a></span>
2013-10-22 23:33:18 +02:00
</p>
</div>