Blank.html 505 B

123456789101112131415161718
  1. {namespace flux=FluidTYPO3\Flux\ViewHelpers}
  2. {namespace ot=Opentalent\OtTemplating\ViewHelpers}
  3. <f:comment><!-- blank layout, used for the Home shortcuts pages --></f:comment>
  4. <f:layout name="{ot:template.current()}/Blank" />
  5. <f:section name='Configuration'>
  6. <flux:form id="contact" label="LLL:template_blank" extensionName="Opentalent.OtTemplating">
  7. </flux:form>
  8. <!-- Backend layout grid -->
  9. <flux:grid>
  10. <flux:grid.row>
  11. </flux:grid.row>
  12. </flux:grid>
  13. </f:section>