View Helpers
includeContent()
Signature
Section titled “Signature”includeContent() — returns string
Available in: controller
Category: Miscellaneous Functions
Description
Section titled “Description”Used to output the content for a particular section in a layout.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | no | body | Name of layout section to return content for. |
defaultValue | string | no | — | What to display as a default if the section is not defined. |