{% extends "closedverse_main/layout.html" %} {% load static %}{% load closedverse_user %}{% load closedverse_community %}{% load closedverse_tags %} {% block main-body %} {% user_sidebar request user user.profile 0 True %}

Activity Feed

Show my own posts Show one of each person's posts
{% if community %}
{% post_form request.user community %}
{% endif %}
{% discordapp_spinner %}

Loading activity feed...

The activity feed couldn't be loaded. Check your Internet connection, wait a moment, and then try reloading.

{% endblock %}