{% extends 'base.html' %} {% block title %} Add New Book {% endblock %} {% block body %}
{% csrf_token %} {{ form }}
{% endblock %}