{% extends 'layout.html' %} {# Set variables for base layour #} {% set title = 'Community administration' %} {% block content %}

Community administration


Name: {{ community['name'] }}

Description:

Allow users to submit posts: Yes No


Cancel

{% endblock %}