10 lines
298 B
HTML
10 lines
298 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
|
data-namespace-typo3-fluid="true">
|
|
<a href="{f:uri.editRecord(
|
|
uid: uid,
|
|
table: 'tt_content'
|
|
)}">
|
|
<strong>{header_layout}</strong>
|
|
<p>{bodytext -> f:format.stripTags()}</p>
|
|
</a>
|
|
</html>
|