- Ajout nom de la recherche
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user