{% extends "base.html" %} {% block content %}
Add New Book

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