{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, icon %} {{ result_header(result, favicons) }} {{ result_sub_header(result) }} {% if result.embedded %} {% endif %} {% if result.embedded %}
{{ result.embedded|safe }}
{% endif %} {% if result.content %}

{{ result.content|safe }}

{% endif %} {{ result_footer(result) }}