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

Blog

{% for item in page.object_list %}

{{ item.title }}

{{ item.date|dt('%B %e, %Y') }}

{{ item.content|nl2br }}

{% endfor %} {% if paginator.num_pages > 1 %} {% endif %} {% endblock %}