<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-right" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="page.main.title">
<action method="setPageTitle">
<argument name="title" translate="true" xsi:type="string">RSS Feeds</argument>
</action>
</referenceBlock>
<referenceContainer name="content">
<block class="Magento\Rss\Block\Feeds" name="rss.feeds"/>
</referenceContainer>
</body>
</page>
-
Ketan authoredf012f907