{% extends "base.html" %} {% from 'bootstrap/form.html' import render_field %} {% block app_content %}
{{ community.description_html|safe if community.description_html else '' }}
{{ community.rules_html|safe if community.rules_html else '' }}
{% if len(mods) > 0 and not community.private_mods %}