1Col.html 743 B

1234567891011121314151617181920212223
  1. {namespace flux=FluidTYPO3\Flux\ViewHelpers}
  2. {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  3. <f:comment><!-- uses the layout 1Col, defined in layouts/[templateName]/1Col.html --></f:comment>
  4. <f:layout name="{settings.template}/1Col" />
  5. <f:section name='Configuration'>
  6. <flux:form id="1col" label="Gabarit simple" extensionName="Opentalent.OtTemplating">
  7. </flux:form>
  8. <f:comment><!-- Backend layout grid --></f:comment>
  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. <f:comment><!-- Render colPos=0 in this section --></f:comment>
  17. <v:content.render column="0" />
  18. </f:section>