<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
?>

<div class="admin__page-section-title">
    <span class="title"><?= $block->escapeHtml($block->getHeaderText()) ?></span>
    <?php if ($block->getButtonsHtml()) : ?>
        <div class="actions"><?= $block->getButtonsHtml() ?></div>
    <?php endif; ?>
</div>

<?= $block->getChildHtml('', true) ?>
