8 lines
312 B
HTML
8 lines
312 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
|
data-namespace-typo3-fluid="true">
|
|
<a name="c{uid}"></a>
|
|
<f:if condition="{layout} != 100">
|
|
<!-- TODO: Map header_layout and use mapped value -->
|
|
<h2>{header} <small><a href="#c{uid}">¶</a></small></h2>
|
|
</f:if>
|
|
</html>
|