blob: d6a0f84a1982add232e6ddea2ebe6fb9dab1ce16 (
plain)
1
2
3
4
5
6
|
<div class="image_result">
<p>
<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>
</p>
</div>
|