<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ /* @var $block \Magento\Email\Block\Adminhtml\Template\Preview */ ?> <!DOCTYPE html PUBLIC "- <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title><?= $block->escapeHtml(__('Email Preview')) ?></title></head><body><?= $block->getChildHtml('content') ?></body></html>