Contact.html 671 B

123456789101112131415161718192021
  1. <f:comment><!-- Special layout for the Contact page --></f:comment>
  2. <f:layout name="Events" />
  3. <f:comment><!-- Render the header defined in partial/header.html--></f:comment>
  4. <f:render partial="header" arguments="{_all}" />
  5. <div class="main">
  6. <f:comment><!-- Central column --></f:comment>
  7. <div class="content">
  8. <f:comment><!-- Contact form --></f:comment>
  9. <div class="contact-form">
  10. <formvh:render persistenceIdentifier="EXT:ot_templating/Resources/Private/Forms/Contact.form.yaml" />
  11. </div>
  12. </div>
  13. </div>
  14. <f:comment><!-- Render the footer defined in partial/footer.html--></f:comment>
  15. <f:render partial="footer" />