1Col.html 811 B

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