findBy( [ 'isPublic' => true, ], [ 'label' => 'ASC', ] ); return $this->render('app/home.html.twig', [ 'mailings' => $mailings, ]); } }