19 lines
695 B
HTML
19 lines
695 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
|
xmlns:cb="http://typo3.org/ns/TYPO3/CMS/ContentBlocks/ViewHelpers"
|
|
xmlns:bk2k="http://typo3.org/ns/BK2K/BootstrapPackage/ViewHelpers"
|
|
data-namespace-typo3-fluid="true">
|
|
|
|
<f:layout name="Default" />
|
|
<f:section name="Main">
|
|
|
|
<f:asset.css identifier="hero" href="{cb:assetPath()}/frontend.css"/>
|
|
<div class="textpic textpic-{data.imageorient}">
|
|
<div class="textpic-item textpic-gallery">
|
|
<f:image image="{data.image.0}" alt="Wobi" />
|
|
</div>
|
|
<div class="textpic-item textpic-text">
|
|
<f:format.html>{data.bodytext}</f:format.html>
|
|
</div>
|
|
</div>
|
|
</f:section>
|