{%- for _section in page.data.sections -%}
{%- if _section.source -%} {%- assign _size = _section.source | size -%}
{%- for child in _section.source -%}
{%- if child.image and child.image.src -%} {%- if child.image.url -%} {%- include snippets/get-nav-url.html path=child.image.url -%} {%- assign _item_image_url = __return -%} {%- else -%} {%- assign _item_image_url = nil -%} {%- endif -%} {%- include snippets/get-nav-url.html path=child.image.src -%} {%- assign _item_image_src = __return -%}
{%- if child.image.is_row -%} {%- endif -%}
{%- if child.image.is_row -%} {%- endif -%} {%- endif -%}
{{ child.title }}
{%- if child.excerpt-%}
{{ child.excerpt }} (...)
{%- endif -%}
{%- if child.actions -%}
    {%- for _action in child.actions -%} {%- include snippets/get-nav-url.html path=_action.url -%} {%- assign _url = __return -%} {%- assign _type = _action.type | default: 'outline-info' -%}
  • {{ _action.text }}
  • {%- endfor -%}
{%- endif -%}
{%- endfor-%}
{%- endif -%}
{%- endfor-%}