--- layout: default --- {{ content }} {% assign data = site.data.home %} {% for part in data %} {% if part.structure == "hero" %} {% if part.background %}
{% assign link = part.background %} {% include util/prepend_link.html %} {{ part.name }} {% else %}
{% endif %}
{% for item in part.content %} {% include util/items.html %} {% endfor %}
{% comment %} hero-body {% endcomment %}
{% comment %} container {% endcomment %}
{% comment %} hero {% endcomment %} {% elsif part.structure == "level" %}
{% comment %} level {% endcomment %}
{% comment %} section {% endcomment %} {% elsif part.structure == "section" %}
{% if part.title %}

{{ part.title }}

{% endif %} {% for item in part.content %} {% include util/items.html %} {% endfor %}
{% comment %} container {% endcomment %}
{% comment %} section {% endcomment %} {% elsif part.structure == "timeline" %}
{% if part.title %}

{{ part.title }}

{% endif %}
{% include util/timeline_cards.html %}
{% comment %} section {% endcomment %} {% elsif part.structure == "grid" %}
{% if part.title %}

{{ part.title }}

{% endif %}
{% include util/grid_columns.html %}
{% comment %} section {% endcomment %} {% endif %} {% endfor %}