.. include:: ../../../Includes.txt .. _typo3fluid-fluid-section: ======= section ======= A ViewHelper to declare sections in templates for later use with e.g. the RenderViewHelper. Examples ======== Rendering sections:: This is a section. {foo} Output:: the content of the section "someSection". The content of the variable {someVariable} will be available in the partial as {foo} Rendering recursive sections:: Output::