11 lines
340 B
HTML
11 lines
340 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
|
<f:layout name="Default" />
|
|
<f:section name="Main">
|
|
|
|
<div class="ce-image ce-{gallery.position.horizontal} ce-{gallery.position.vertical}">
|
|
<f:render partial="Media/Gallery" arguments="{_all}" />
|
|
</div>
|
|
|
|
</f:section>
|
|
</html>
|