{% extends "closedverse_main/layout.html" %}{% block main-body %}{% load closedverse_community %} {% community_sidebar community request %}

{{ community.name }}

{% if request.user.is_authenticated and community.post_perm %} {% post_form request.user community %} {% endif %}
{% post_list posts next 0 '' time %}
{% endblock %}