how do I pass options to the configureCrud detail template?

public function configureCrud(Crud $crud): Crud
{
return $crud
->overrideTemplates([
‘crud/detail’ => ‘admin/country.html.twig’,
])
;
}

i need to pass here admin/country.html.twig object with data
or any data like