.. include:: /Includes.rst.txt .. _typo3fluid-fluid-render: ====== render ====== A ViewHelper to render a section, a partial, a specified section in a partial or a delegate ParsedTemplateInterface implementation. = Examples = the content of the partial "SomePartial". The content of the variable {someVariable} will be available in the partial as {foo} This is a section. {foo} the content of the section "someSection". The content of the variable {someVariable} will be available in the partial as {foo}