{% extends 'main.html' %} {% block content %}

Edit Post

{% csrf_token %} {% for field in form %}
{{field}}
{% endfor %}
{% endblock %}