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

Books

{% for book in books %}

{{ book['title'] }}

{{ book['author'] }}

{% endfor %} {% endblock %}