{% extends "base.html" %} {% block title %}Local Timeline{% endblock %} {% block content %} {% for post in posts %} {% include "activities/_post.html" %} {% empty %} No posts yet. {% endfor %} {% endblock %}