{{ name }}
{{ request.method }} {{ request.get_full_path }}
{% endautoescape %} {{ content|urlize_quoted_links }}
{% with form=post_form %}
{% endwith %}
{% endif %}
{% if 'PUT' in allowed_methods or 'PATCH' in allowed_methods %}
{% if put_form %}
{% with form=put_form %}
{% endwith %}
{% endif %}
{% with form=generic_content_form %}
{% endwith %}