13 lines
314 B
HTML
13 lines
314 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
|
|
|
<f:layout name="Default" />
|
|
|
|
<f:section name="Main">
|
|
<strong>Card Container</strong>
|
|
<f:if condition="{data.header}">
|
|
<p><strong>Header:</strong> {data.header}</p>
|
|
</f:if>
|
|
</f:section>
|
|
|
|
</html>
|