{% extends "base.html" %} {% block title %}Home{% endblock %} {% block content %} {% include "activities/_home_menu.html" %} {% for post in timeline_posts %} {% include "activities/_post.html" %} {% empty %} No posts yet. {% endfor %} Compose {% csrf_token %} {{ form.text }} {{ form.content_warning }} CW Post {% endblock %}