Contact.html 497 B

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