Details for book {{ id }}
{% for row in rows %}
ID: {{ row[0] }}
Book Title: {{ row[1] }}
Book Author: {{ row[2] }}
{% endfor %}