Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/module-page-cache/view/frontend/templates/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-page-cache/view/frontend/templates/javascript.phtml

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

/** @var \Magento\PageCache\Block\Javascript $block */
?>
<script type="text/x-magento-init">
    {
        "body": {
            "pageCache": <?= /* @noEscape */ $block->getScriptOptions() ?>
        }
    }
</script>