| 123456789101112131415 |
- <f:comment><!-- uses the layout Contact, defined in layouts/[templateName]/Contact.html --></f:comment>
- <f:layout name="{settings.template}/Contact" />
- <f:section name='Configuration'>
- <flux:form id="contact" label="Gabarit Formulaire de contact" extensionName="Opentalent.OtTemplating">
- </flux:form>
- <!-- Backend layout grid -->
- <flux:grid>
- <flux:grid.row>
- </flux:grid.row>
- </flux:grid>
- </f:section>
|