{% extends "components/base.html" %} {% block title %}Create Post{% endblock %} {% block main_area %}

Create New Post

{% csrf_token %} {{ form.as_p }}

Preview

{% endblock %}