|
@@ -0,0 +1,18 @@
|
|
|
|
|
+{namespace flux=FluidTYPO3\Flux\ViewHelpers}
|
|
|
|
|
+{namespace ot=Opentalent\OtTemplating\ViewHelpers}
|
|
|
|
|
+
|
|
|
|
|
+<f:comment><!-- blank layout, used for the Home shortcuts pages --></f:comment>
|
|
|
|
|
+<f:layout name="{ot:template.current()}/Blank" />
|
|
|
|
|
+
|
|
|
|
|
+<f:section name='Configuration'>
|
|
|
|
|
+ <flux:form id="contact" label="LLL:template_blank" extensionName="Opentalent.OtTemplating">
|
|
|
|
|
+ </flux:form>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- Backend layout grid -->
|
|
|
|
|
+ <flux:grid>
|
|
|
|
|
+ <flux:grid.row>
|
|
|
|
|
+ </flux:grid.row>
|
|
|
|
|
+ </flux:grid>
|
|
|
|
|
+
|
|
|
|
|
+</f:section>
|
|
|
|
|
+
|