mirror of
https://github.com/werkraum-media/thuecat.git
synced 2025-01-06 11:16:14 +01:00
10 lines
411 B
HTML
10 lines
411 B
HTML
|
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||
|
<div class="photography">
|
||
|
<p>
|
||
|
<f:for each="{photography}" as="photography">
|
||
|
<span class="badge bg-secondary">{f:translate(id: 'content.photography.{photography}', default: photography, extensionName: 'Thuecat')}</span>
|
||
|
</f:for>
|
||
|
</p>
|
||
|
</div>
|
||
|
</html>
|