Dynamic Layout Handle
A layout handle is a XML tag which allow to determine which blocks are loaded depending on the current path.
For example, contentmanager_index_content is the handle which will be used on a content view page.
The default layout for a content view is:
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<"Blackbird_ContentManager::css/content.css" />
<body>
<referenceContainer name="content">
<referenceBlock name="page.main.title" remove="true"/>
<block class="Blackbird\ContentManager\Block\View" name="contentmanager_view" />