{% extends 'base.html' %} {% block content %} Form here <form action="" method="post"> {{form.as_table}} <input type="submit" value="submit"> </form> {% endblock %}