Contact.html 441 B

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