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