9 lines
222 B
HTML
9 lines
222 B
HTML
<html
|
|
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
|
data-namespace-typo3-fluid="true"
|
|
>
|
|
<f:be.infobox title="{title}" state="{state}">
|
|
<f:format.raw>{message}</f:format.raw>
|
|
</f:be.infobox>
|
|
</html>
|