Magento2. Add custom layout handles for frontend magento2 to add customer_logged_in and customer_logged_out handles.
Add custom layout handles for frontend magento2 to add customer_logged_in and customer_logged_out handles.
Go to Magento2 root folder
Enter following commands to install module:
composer require faonni/module-customer-handle
Wait while dependencies are updated.
Enter following commands to enable module:
```bash
php bin/magento setup:upgrade
php bin/magento setupdeploy