ds-site/Resources/Private/Templates/ContentElements/Image.html
Daniel Siepmann 0feb7c46fd Add page / blog post images to output
Also move as in dataprocessing always to top, to show it in folded vim.
2019-12-13 13:27:25 +01:00

11 lines
317 B
HTML

<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>