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

Post to feed

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %}