<?xml version="1.0"?>
<!--
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="mpblog_design"/>
    <body>
        <referenceBlock name="head.additional">
            <block class="Mageplaza\Blog\Block\Post\View" name="mpblog.post.head" template="Mageplaza_Blog::post/head.phtml"/>
        </referenceBlock>
        <referenceContainer name="content">
            <block class="Mageplaza\Blog\Block\Post\View" name="mpblog.post.view" template="Mageplaza_Blog::post/view.phtml" cacheable="false">
                <block class="Mageplaza\Blog\Block\Post\View" name="mp_blog_post_info" template="Mageplaza_Blog::post/info/info.phtml">
                    <block class="Mageplaza\Blog\Block\Post\View" name="mp_blog_post_info_date" template="Mageplaza_Blog::post/info/date.phtml"/>
                    <block class="Mageplaza\Blog\Block\Post\View" name="mp_blog_post_info_traffic" template="Mageplaza_Blog::post/info/traffic.phtml"/>
                    <block class="Mageplaza\Blog\Block\Post\View" name="mp_blog_post_info_category" template="Mageplaza_Blog::post/info/category.phtml"/>
                    <block class="Mageplaza\Blog\Block\Post\View" name="mp_blog_post_info_tag" template="Mageplaza_Blog::post/info/tag.phtml"/>
                    <block class="Mageplaza\Blog\Block\Post\View" name="mp_blog_post_info_author" template="Mageplaza_Blog::post/info/author.phtml"/>
                </block>
                <block class="Mageplaza\Blog\Block\Post\RelatedProduct" name="related.category.products" as="related_products" template="Mageplaza_Blog::product/list.phtml"/>
            </block>
        </referenceContainer>
    </body>
</page>
