8 lines
332 B
HTML
8 lines
332 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
|
data-namespace-typo3-fluid="true">
|
|
|
|
<figure>
|
|
<a href="{f:uri.image(image: image)}" target="_blank"><f:image image="{image}" maxWidth="1015" /></a>
|
|
<figcaption>Figure i{image.originalFile.uid}: {image.description}</figcaption>
|
|
</figure>
|
|
</html>
|