ez.no / exponential / documentation / reference / data fetching / content / section_list
fetch( 'content', 'section_list' )
| Name | Type | Description | Required |
|---|
A list of ezsection objects
Fetching all sections and print the section name:
{let section_list=fetch( 'content', 'section_list' )} {section var=section loop=$section_list} {$section.name} {/section} {/let}
Log in or create a user account to comment.
Comments