Hi
My model has a \TYPO3\Flow\Resource\Resource attribute $file.
User is free to upload a either .jpeg or .pdf file.
In my Fluid show template, may i check somehow the extension of the
given resource, as to render different html codes, i.e.
may I write something like
<f:if condition="{0: file.ext} != {0: 'pdf'}"> ?
Thanks
Cheers
mario