{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer %} {{ result_header(result) }} {{ result_sub_header(result) }}
{{ result.title|urlencode }} {{ result['favicon'] }} {% if result.content %}

{{ result.content|safe }}

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