{% extends "base.html" %} {% block title %}Compose{% endblock %} {% block content %}
{% csrf_token %}
Content {% if reply_to %}

Replying to {{ reply_to }}

{% endif %} {{ form.reply_to }} {% include "forms/_field.html" with field=form.text %} {% include "forms/_field.html" with field=form.content_warning %} {% include "forms/_field.html" with field=form.visibility %}
{% endblock %}