2019-11-28 18:04:08 +01:00
|
|
|
<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">
|
2019-12-13 13:27:25 +01:00
|
|
|
{f:render(partial: 'Image', arguments: {image: image})}
|
2019-11-28 18:04:08 +01:00
|
|
|
</f:for>
|
|
|
|
</f:section>
|
|
|
|
</html>
|