{% load i18n static bleach_tags %} {% block extra_head %} {% endblock %}
{% if hide_image %}
{{ title }}
{% else %}
{{ title }} {% with result.enclosures.all.0 as img %} {% if img.type == "image/jpg" and img.href %} {{ result.title }} – {% trans {% elif base_image %} {{ title }} – {% trans {% else %} {{ title }} – {% trans {% endif %} {% endwith %}
{% endif %}
{{ result.title }} {% autoescape off %} {{ result.body|bleach:"p,span,b,i,u,em,strong,a,div"|truncatewords_html:50 }} {% endautoescape %}
{% if base_url %} {% trans "Further articles" %} arrow_forward {% endif %}