ds-site/Resources/Private/Templates/ContentElements/Image.html

12 lines
317 B
HTML
Raw Normal View History

<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
data-namespace-typo3-fluid="true">
{f:layout(name: 'Default')}
<f:section name="Content">
<f:for each="{images}" as="image">
{f:render(partial: 'Image', arguments: {image: image})}
</f:for>
</f:section>
</html>