{% extends 'core/base.html' %} {% block content %} {% include 'core/page_nav.html' %} {% for post in page_obj %} {{ post.title }} {{ post.publication_utc|date:'l, F j, Y' }} {{ post.teaser_html }} {% empty %}
No posts.