{% extends 'myapp/base.html' %} {% load static %} {% block content %}

Dashboard/ Add Post

{% csrf_token %} {{form.as_p}} Cancel
{% endblock content %}