Fluid template includes that renders in the generated output.
To fix that:
- use
data-namespace-typo3-fluid="true" when xmlns: declaration is used (this prevents also to render html when template contains no layout)
- suppress the body tag of the Fluid templates
Fluid template includes that renders in the generated output.
To fix that:
data-namespace-typo3-fluid="true"whenxmlns:declaration is used (this prevents also to render html when template contains no layout)