- Ajout nom de la recherche

This commit is contained in:
2025-01-29 13:06:50 +01:00
parent 52933658cf
commit ae09474b49
3 changed files with 5 additions and 6 deletions

View File

@ -1,11 +1,12 @@
{% extends 'base.html.twig' %}
{% block title %}Hello APITestController!{% endblock %}
{% block title %}{% endblock %}
{% block body %}
<div>
<h1>Recherche de livre pour {{ query }}</h1>
{% for book in datas.items %}
<div class="flex justify-center">
<div class="border rounded-xl w-1/2 py-2 flex flex-col justify-center mt-5">