| Current Path : /home/rtorresani/www/vendor/magento/module-catalog/view/frontend/templates/category/ |
| Current File : //home/rtorresani/www/vendor/magento/module-catalog/view/frontend/templates/category/cms.phtml |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
<?php
/**
* Category view template
*
* @var $block \Magento\Catalog\Block\Category\View
*/
?>
<?php if ($block->isContentMode() || $block->isMixedMode()) :?>
<div class="category-cms">
<?= $block->getCmsBlockHtml() ?>
</div>
<?php endif; ?>