Skip to content

Instantly share code, notes, and snippets.

@LinguistMB
Created May 23, 2018 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LinguistMB/a3f0e33dbde516ba3502b178983e390d to your computer and use it in GitHub Desktop.
Save LinguistMB/a3f0e33dbde516ba3502b178983e390d to your computer and use it in GitHub Desktop.
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<title>Contact Us</title>
</head>
<body>
<referenceContainer name="content">
<container name="contact.us.wrapper" htmlClass="row" htmlTag="div" before="-">
<container name="contact.us.form.wrapper" htmlClass="col-md-6" htmlTag="div" before="-">
<block class="Magento\Contact\Block\ContactForm" name="contactForm" template="Magento_Contact::form.phtml">
<container name="form.additional.info" label="Form Additional Info"/>
</block>
</container>
<container name="contact.us.googlemap.wrapper" htmlClass="col-md-6" htmlTag="div" after="contact.us.form.wrapper">
<block class="Magento\Framework\View\Element\Template" name="contact.us.googlemap" template="Magento_Contact::map.phtml"/>
</container>
</container>
</referenceContainer>
</body>
</page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment