{% extends "base.html" %} {% block content %}

Create Tweet

{% include "tweets/form.html" with form=form btn_title='Tweet'%}
{% endblock content %}