I want to add a new block inside the Magento_Theme
I inserted the block tag inside
Theme/Magento_Theme/layout/default.xml
<block class="Magento\Framework\View\Element\Template" name="partners.stores.navigation" template="partners_stores.phtml">
Then created
Theme/Magento_Theme/templates/partners_stores.phtml
But I got this
Exception #0 (Magento\Framework\Exception\ValidatorException): Invalid template file: 'partners_stores.phtml' in module: '' block's name: 'partners.stores.navigation'
Is there something wrong?