diff --git a/templates/apiSearch/index.html.twig b/templates/apiSearch/index.html.twig index dd5e0e8..1f9c6d2 100644 --- a/templates/apiSearch/index.html.twig +++ b/templates/apiSearch/index.html.twig @@ -6,7 +6,7 @@
-

Recherche de livre pour : {{ query }}

+

Résultats pour : {{ query }}

{% for book in datas.items %}
@@ -33,12 +33,17 @@ {% endfor %} {% endif %}

Nombres de pages : {{ book.volumeInfo.pageCount }}

-

Description : {{ book.searchInfo.textSnippet }}

+

Description : {{ book.searchInfo.textSnippet | raw }}

{% endif %}
+
+ +
- + {% if app.user %} {% endif %} - + {% endfor %} @@ -106,4 +111,4 @@ } -{% endblock %} \ No newline at end of file +{% endblock %}