13 lines
493 B
HTML
13 lines
493 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
|
data-namespace-typo3-fluid="true">
|
|
|
|
<f:render section="Header" arguments="{_all}" optional="1">
|
|
<a name="c{data.uid}"></a>
|
|
<f:if condition="{data.header_layout} != 100">
|
|
<!-- TODO: Map header_layout and use mapped value -->
|
|
<h2>{data.header} <small><a href="#c{data.uid}">¶</a></small></h2>
|
|
</f:if>
|
|
</f:render>
|
|
|
|
{f:render(section: 'Content', arguments: _all)}
|
|
</html>
|