| Current Path : /home/rtorresani/www/vendor/magento/module-theme/view/frontend/templates/html/ |
| 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>