render('head.html.twig', array( 'title' => "Search", 'style' => "public/styles/styleSearch.css", 'scripts' => array("public/script/theme-toggle.js") )); echo $twig->render('bandeau.html.twig'); echo $twig->render('filtre.html.twig', array( 'search' => $search, 'type' => $type, )); echo $twig->render('quoteLittle.html.twig', [ 'quotes' => $quotesPaginated, 'titre' => "Résultats" ]); ?>
"; //echo $twig->render('resultat.html.twig'); ?>