{% extends 'base.html' %} {% load static %} {% block title %}Add Post{% endblock %} {% block content %}

Add a new post:

{% csrf_token %} {{ form.as_table }}

{% endblock %}