Hi, I want to be able to render some service on email builder, I’m trying to use
$content = $this->templating->render(‘HelloWorldBundle:SubscribedEvents\EmailToken:token.html.php’);
but I can’t find any documentation about symfony and “templating” or Idk what I’m not seeing
thanks in advance