{% 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 %} {% endblock %}