{% extends 'layout.html' %} {% block content %}

Edit "{{ book.title }}"

{% include 'snippets/book_cover.html' with book=book %}

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