{{ render_title(item.article['title']) }}
{% if item.article.get('description') %}{{ render_content(item.article['description'][:250]) }}
{% endif %}
{% if item.recent_comments %}
{% from "_comment.html" import render_comment with context %}
{% for c in item.recent_comments %}
{{ render_comment(c, 0) }}
{% endfor %}
{% endif %}
Read on {{ item.article['source_name'] }} ↗