{% extends 'blog/base.html' %} {% block body %}


Add post


{% csrf_token %} Title:{{ form.title }} Description: {{ form.content }}

{% endblock %}