{% import '@lib/di.twig' as di %} getRouteName() === '{{ machine_name }}.example'; } /** * {@inheritdoc} */ public function determineActiveTheme(RouteMatchInterface $route_match): ?string { // @DCG Here you can determine the active theme for the request. return 'claro'; } }