{% from 'oscar/macros.html' import icon %}

{% if result['favicon'] %}{{ result['favicon'] }} {% endif %}{{ result.title|safe }}

{% if result.publishedDate %}{% endif %} {{ icon('link') }} {{ _('cached') }}
{{ result.title|urlencode }} {{ result['favicon'] }} {% if result.content %}

{{ result.content|safe }}

{% endif %}
{{ result.engine }}

{{ result.pretty_url }}