2019-11-15 13:17:22 +01:00
|
|
|
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
|
|
|
data-namespace-typo3-fluid="true">
|
2021-12-08 11:26:46 +01:00
|
|
|
<a name="{header -> f:format.id()}"></a>
|
2019-11-28 13:07:21 +01:00
|
|
|
<f:if condition="{layout} != 'hidden'">
|
2021-12-08 11:26:46 +01:00
|
|
|
<h{layout}>{header} <small><a href="#{header -> f:format.id()}">¶</a></small></h{layout}>
|
2019-11-15 13:17:22 +01:00
|
|
|
</f:if>
|
|
|
|
</html>
|