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

8 lines
269 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">
<a name="c{uid}"></a>
<f:if condition="{layout} != 'hidden'">
<h{layout}>{header} <small><a href="#c{uid}"></a></small></h{layout}>
2019-11-15 13:17:22 +01:00
</f:if>
</html>