{% extends "base.html" %} {% block title %}Local Timeline{% endblock %} {% block content %} {% for post in page_obj %} {% include "activities/_post.html" with feedindex=forloop.counter %} {% empty %} No posts yet. {% endfor %} {% if page_obj.has_next %}
Next Page
{% endif %} {% endblock %}