1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00
searx_ynh/sources/searx/templates/courgette/result_templates/images.html

7 lines
300 B
HTML
Raw Normal View History

2014-12-01 12:26:38 +01:00
<div class="image_result">
<p>
2015-01-13 16:40:30 +01:00
<a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}"/></a>
2014-12-01 12:26:38 +01:00
<span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span>
</p>
</div>