ds-site/Resources/Private/Layouts/ContentElements/Default.html

14 lines
493 B
HTML
Raw Normal View History

2019-11-13 23:40:26 +01:00
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
data-namespace-typo3-fluid="true">
<f:render section="Header" arguments="{_all}" optional="1">
2019-11-15 00:27:23 +01:00
<a name="c{data.uid}"></a>
2019-11-13 23:40:26 +01:00
<f:if condition="{data.header_layout} != 100">
<!-- TODO: Map header_layout and use mapped value -->
2019-11-15 00:27:23 +01:00
<h2>{data.header} <small><a href="#c{data.uid}"></a></small></h2>
2019-11-13 23:40:26 +01:00
</f:if>
</f:render>
{f:render(section: 'Content', arguments: _all)}
</html>