News.html 540 B

1234567891011121314151617
  1. {namespace flux=FluidTYPO3\Flux\ViewHelpers}
  2. {namespace ot=Opentalent\OtTemplating\ViewHelpers}
  3. <f:comment><!-- uses the layout 1Col, defined in layouts/[templateName]/1Col.html --></f:comment>
  4. <f:layout name="{ot:template.current()}/News" />
  5. <f:section name='Configuration'>
  6. <flux:form id="news" label="LLL:template_news" extensionName="Opentalent.OtTemplating">
  7. </flux:form>
  8. <f:comment><!-- Backend layout grid --></f:comment>
  9. <flux:grid>
  10. <flux:grid.row>
  11. </flux:grid.row>
  12. </flux:grid>
  13. </f:section>