{% extends 'base.html' %} {% block title %} New post {% endblock %} {% block body %}
{% csrf_token %}

New post

{% endblock %}