7 lines
307 B
HTML
7 lines
307 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
|
data-namespace-typo3-fluid="true">
|
|
<a name="{header -> f:format.id()}"></a>
|
|
<f:if condition="{layout} != 'hidden'">
|
|
<h{layout}>{header} <small><a href="#{header -> f:format.id()}">¶</a></small></h{layout}>
|
|
</f:if>
|
|
</html>
|