.. include:: /Includes.rst.txt .. _typo3fluid-fluid-section: ================================ section ViewHelper `` ================================ A ViewHelper to declare sections in templates for later use with e.g. the ``f:render`` ViewHelper. 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 ---------------------------- ::
  • {menuItem.text}
Output::
  • menu1
    • menu1a
    • menu1b
  • [...] (depending on the value of {menu}) .. _typo3fluid-fluid-section_arguments: Arguments ========= .. _section_name: name ---- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` Name of the section