1Col.html 639 B

1234567891011121314151617181920212223
  1. {namespace flux=FluidTYPO3\Flux\ViewHelpers}
  2. {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  3. <!-- uses the layout 1Col, defined in layouts/1Col.html -->
  4. <f:layout name="1Col" />
  5. <f:section name='Configuration'>
  6. <flux:form id="1col" label="Gabarit simple" extensionName="Opentalent.OtTemplating">
  7. </flux:form>
  8. <!-- Backend layout grid -->
  9. <flux:grid>
  10. <flux:grid.row>
  11. <flux:grid.column colPos="0" name="Content" label="Contenu" />
  12. </flux:grid.row>
  13. </flux:grid>
  14. </f:section>
  15. <f:section name="Content">
  16. <!-- Render colPos=0 in this section -->
  17. <v:content.render column="0" />
  18. </f:section>