---
title: "Section ViewHelper <f:section>"
manual: "Fluid ViewHelper Reference"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3viewhelper:typo3fluid-fluid-section@main"
source: "Global/Section.rst"
modified: "2026-09-17T05:12:06+00:00"
---

# Section ViewHelper `<f:section>`

A ViewHelper to declare sections in templates for later use with e.g. the `f:render` ViewHelper.

Go to the source code of this ViewHelper: [SectionViewHelper.php (GitHub)](https://github.com/TYPO3/Fluid/blob/main/src/ViewHelpers/SectionViewHelper.php).

## Arguments of the `<f:section>` ViewHelper

-   **name**

    -   *Type:* string
    -   *Required:* true

    Name of the section
