From a previous question I learned how to add some static blocks to the CMS homepage like this: how to achieve this 2 columns page layout?
The xml is created in:
app/design/frontend/<Vendor>/<theme>/Magento_Cms/layout/cms_index_index.xml
Now if I want to have the same for other new created CMS page how to achieve that?
What would be the name for the xml file? I have tried things like cms_contact_contact.xml but that did not work?
Any suggestions?