riri20,
il y a 10 ans
Salut ,
1* dans votre controller ajouter :
class DefaultController extends Controller
{
public function indexAction()
{
return $this->render(
'TestBundle:Default:index.html.twig'
);
}
}
2* et dans votre page twig ajouter vos code en css & html..