{{ name }}
{{ request.method }} {{ request.get_full_path }}
{% endautoescape %} {{ content|urlize_quoted_links }}
{% if post_form %}
{% with form=post_form %}
{% endwith %}
{% endif %}
{% with form=generic_content_form %}
{% endwith %}
{% if put_form %}
{% with form=put_form %}
{% endwith %}
{% endif %}
{% with form=generic_content_form %}
{% endwith %}