{{ nav:main_nav }} {{ camel_title = { title | camelize | ucfirst } }}
{{# if root nav item has children, loop through it them #}} {{ if children }} {{ children }} {{# menu item partial #}}
{{ nav_title ?? title }} →
{{ if nav_description }}
{{ nav_description }}
{{ /if }}
{{ /children }} {{ /if }}
{{ if include_subpage }}
{{ subpage_image:alt }}
{{ subpage_title }} →
{{ if subpage_description }}

{{ subpage_description }}

{{ /if }}
{{ /if }}
{{ /nav:main_nav }}