{% extends "post/post_edit.html" %} {% block title %}

{{ _('Create post') }}

{% endblock %} {% block post_type %}
{% include 'community/_add_post_types.html' %}
{{ render_field(form.communities) }} {% endblock %}