Contact.html 533 B

123456789101112131415161718
  1. {namespace flux=FluidTYPO3\Flux\ViewHelpers}
  2. {namespace ot=Opentalent\OtTemplating\ViewHelpers}
  3. <f:comment><!-- uses the layout Contact, defined in layouts/[templateName]/Contact.html --></f:comment>
  4. <f:layout name="{ot:template.current()}/Contact" />
  5. <f:section name='Configuration'>
  6. <flux:form id="contact" label="LLL:template_contact" extensionName="Opentalent.OtTemplating">
  7. </flux:form>
  8. <!-- Backend layout grid -->
  9. <flux:grid>
  10. <flux:grid.row>
  11. </flux:grid.row>
  12. </flux:grid>
  13. </f:section>