{% extends 'base.html.twig' %} {% block title %}{% endblock %} {% block body %}
Aux éditions : {{ book.volumeInfo.publisher }}
Date de publication : {{ book.volumeInfo.publishedDate }}
{% if book.volumeInfo.categories is defined %} {% for categorie in book.volumeInfo.categories %}Catégorie : {{ categorie }}
{% endfor %} {% endif %}Nombres de pages : {{ book.volumeInfo.pageCount }}
Description : {{ book.searchInfo.textSnippet }}
{% endif %}