--- layout: page header: true demomenu: true full_width: true ---
{%- for _section in page.data.sections -%}
{%- include snippets/get-nav-url.html path=_section.background_image.src -%} {%- assign _url = __return -%}
{{ content }} {%- if _section.secheader -%} {%- for child in _section.secheader -%}

{{ child.title }}

{{ child.subtitle }}

{%- endfor-%} {%- endif -%}
{%- if _section.sourcetitle -%} {%- for child in _section.sourcetitle -%}

{{ _section.sourcetitle }}

{%- endfor-%} {%- endif -%} {%- 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 -%} {%- include snippets/get-nav-url.html path=child.image2.src -%} {%- assign _item_image2_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 -%} {%- if _section.notebookstitle -%} {%- for child in _section.notebookstitle -%}

{{ _section.notebookstitle }}

{%- endfor-%} {%- endif -%} {%- if _section.notebooks -%} {%- assign _size = _section.notebooks | size -%}
{%- for child in _section.notebooks -%}
{%- if child.image and child.image.src -%} {%- 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 }}

See on Github

{%- endfor-%}
{%- endif -%}
{%- if _section.image.full_width == true -%}
{% comment %} end hero__content {% endcomment %} {%- endif -%} {%- if _section.image.full_width != true -%}
{% comment %} end hero__content {% endcomment %} {%- endif -%} {%- if _section.content-%}

{{ _section.content }}

{%- endif -%} {%- endfor -%}