{% extends "base.html" %} {% block document_title %}{{ block.super }} - Simple style{% endblock %} {% block page_title %}{{ block.super }} - Simple style{% endblock %} {% block book_rows %} {% for book in books %} {{ book.author }}{{ book.title }}{{ book.genre }}{% range book.rating %}{% endrange %} {% empty %} No Books here! {% endfor %} {% endblock %}