{% 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 : {% if book.searchInfo is defined %} {{ book.searchInfo.textSnippet | raw }} {% endif %}
{% endif %}