2019-12-13 15:17:30 +01:00
|
|
|
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
2020-02-19 09:16:50 +01:00
|
|
|
xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers"
|
2019-12-13 15:17:30 +01:00
|
|
|
data-namespace-typo3-fluid="true">
|
2020-02-19 09:16:50 +01:00
|
|
|
<a href="{be:uri.editRecord(
|
2019-12-13 15:17:30 +01:00
|
|
|
uid: uid,
|
|
|
|
table: 'tt_content'
|
|
|
|
)}">
|
2020-02-19 09:16:50 +01:00
|
|
|
<strong style="text-transform: uppercase; letter-spacing: 1em;">{header_layout}</strong>
|
2019-12-13 15:17:30 +01:00
|
|
|
<p>{bodytext -> f:format.stripTags()}</p>
|
|
|
|
</a>
|
|
|
|
</html>
|