| 123456789101112131415161718192021 |
- <f:comment><!-- Special layout for the Contact page --></f:comment>
- <f:layout name="Events" />
- <f:comment><!-- Render the header defined in partial/header.html--></f:comment>
- <f:render partial="header" arguments="{_all}" />
- <div class="main">
- <f:comment><!-- Central column --></f:comment>
- <div class="content">
- <f:comment><!-- Contact form --></f:comment>
- <div class="contact-form">
- <formvh:render persistenceIdentifier="EXT:ot_templating/Resources/Private/Forms/Contact.form.yaml" />
- </div>
- </div>
- </div>
- <f:comment><!-- Render the footer defined in partial/footer.html--></f:comment>
- <f:render partial="footer" />
|