---
title: "Deprecation: #107057 - Deprecate auto-render assets sections"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-107057-1756471326"
source: "Changelog/14.0/Deprecation-107057-DeprecateAuto-renderAssetsSections.rst"
typo3-version: "14.0"
typo3-major: 14
type: "deprecation"
issue: 107057
forge: "https://forge.typo3.org/issues/107057"
tags: ["Frontend", "NotScanned", "ext:frontend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Deprecation: #107057 - Deprecate auto-render assets sections {#deprecation-107057-1756471326}

See [forge#107057](https://forge.typo3.org/issues/107057)

## Description {#description}

The auto-rendering of template sections `HeaderAssets` and
`FooterAssets` available in Fluid templates has been marked as deprecated
in TYPO3 v14.0 and will be removed in TYPO3 v15.0.

## Impact {#impact}

Using the deprecated sections will raise a deprecation-level log error and
will stop working in TYPO3 v15.0.

## Affected installations {#affected-installations}

TYPO3 installations using the sections `HeaderAssets` and
`FooterAssets` in Fluid templates.

## Migration {#migration}

It is recommended to use the `f:asset.script` or `f:asset.css`
ViewHelpers from the TYPO3 Asset Collector API to render required assets.

In scenarios where the `f:asset.script` or `f:asset.css` ViewHelpers
are not suitable, users can use the `f:page.headerData` or
`f:page.footerData` ViewHelpers to render custom HTML header or footer
markup.
