ds-site/Resources/Private/Partials/ContentElements/Header.html

8 lines
307 B
HTML
Raw Normal View History

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>
<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>