{% extends 'core/base.html' %} {% block content %} {% include 'core/page_nav.html' %} {% for post in page_obj %}

{{ post.title }}

{{ post.teaser_html }}
Read more
{% endfor %} {% include 'core/page_nav.html' %} {% endblock %}