{% extends "base.html" %} {% block body %} new
{% for book in books %} {{ book.bookid }}
{% endfor %} {% endblock %}