{% extends "base.html" %} {% block content %} {% if items %}
{% for item in items %}
{{ item.title }}
{{ item.author }}
{{ item.pub_date }}
{{ item.content|safe }}
{% endfor %}
{% else %}

All caught up!

{% endif %} {% endblock %}