Files
dialog-relations-website/packages/base/ContentBlocks/ContentElements/text/templates/frontend.html

12 lines
314 B
HTML

<f:layout name="Default" />
<f:section name="Main">
<f:if condition="{data.header}">
<f:then><h2>{data.header}</h2></f:then>
</f:if>
<f:if condition="{data.bodytext}">
<f:then>
<div class="text-bodytext"><f:format.html>{data.bodytext}</f:format.html></div>
</f:then>
</f:if>
</f:section>