---
title: "Section ViewHelper <f:section>"
manual: "Fluid ViewHelper Reference"
version: "13.4"
permalink: "https://docs.typo3.org/permalink/t3viewhelper:typo3fluid-fluid-section@13.4"
source: "Global/Section.rst"
rendered: "2026-09-27T06:57:26+00:00"
---

# Section ViewHelper `<f:section>` {#typo3fluid-fluid-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 {#typo3fluid-fluid-section-arguments}

-   **name**

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

    Name of the section
