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