Your IP : 216.73.217.95


Current Path : /home/rtorresani/www/vendor/magento/module-theme/view/frontend/templates/html/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-theme/view/frontend/templates/html/block.phtml

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
?>
<div class="block <?= $block->escapeHtmlAttr($block->getBlockCss()) ?>">
    <div class="block-title <?= $block->escapeHtmlAttr($block->getBlockCss()) ?>-title">
        <strong><?= $block->escapeHtml($block->getBlockTitle()) ?></strong>
    </div>
    <div class="block-content <?= $block->escapeHtmlAttr($block->getBlockCss()) ?>-content">
        <?= $block->getChildHtml() ?>
    </div>
</div>