{%- for _section in page.notebooks -%}

Notebooks

{%- if _section.source -%} {%- assign _size = _section.source | size -%} {%- for child in _section.source -%}
{%- if child.image and child.image.src -%} {%- include snippets/get-nav-url.html path=child.image.src -%} {%- assign _item_image_src = __return -%} {%- include snippets/get-nav-url.html path=child.logo_image.src -%} {%- assign _logo_image = __return -%}
{{ child.title }}{%- if _logo_image -%}
{%- endif -%}
{%- 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' -%} {%- endfor-%} {%- endif -%}
{%- endfor-%} {%- endif -%}
{%- endfor-%}