{% extends "layout.html" %} {% block content %}

Blog

{% for item in page.object_list %}

{{ item.title }}

{{ item.date|dt('%B %e, %Y') }}
{{ item.content|safe }}
{% endfor %} {% if paginator.num_pages > 1 %} {% endif %} {% endblock %}