{% extends 'base.html' %} {% block title %}Import web page{% endblock %} {% block header %}Import web page{% endblock %} {% block body %}

This import is very primitive -- it grabs all the headings and text from an HTML page.
This likely includes stuff you don't want, so edit the textbox of the Book form when it is displayed!




{% endblock %}