{% extends "base.html" %} {% block title %}{{ item.title or 'RSS item' }}{% endblock %} {% block content %}
No article body — {% if item.link %} read it on the source site. {% else %} no link available. {% endif %}