No notes defined.

<section class='c-timeline c-timeline--minimal'>
    <ol class='c-timeline__items u-list--unstyled'>
        <li class='c-timeline__items__item 
                 t-theme--support                 c-timeline__items__item--passed'>
            <div class='c-timeline__items__item__wrapper'>
                <h1 class='c-heading c-heading--minor c-timeline__items__item__heading'>
                    <a class='c-link c-link--minor c-timeline__items__item__link ' href="#" itemprop="item" itemid="#"><span itemprop="name">Discovery Kick-off</span></a>
                </h1>
                <p class='c-timeline__items__item__dates'>

                    <time class='c-date c-date--graphic  dt-start ' datetime='' />
                    <span class='c-date__day'>30</span><span class='c-date__month'>January</span><span class='c-date__year'>2020</span> </time>

                </p>
                <div class='c-timeline__items__item__content'>
                    <p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>
                </div>
            </div>
            <hr />
        </li>
        <li class='c-timeline__items__item 
                                '>
            <div class='c-timeline__items__item__wrapper'>
                <h1 class='c-heading c-heading--minor c-timeline__items__item__heading'>
                    <a class='c-link c-link--minor c-timeline__items__item__link ' href="#" itemprop="item" itemid="#"><span itemprop="name">Feedback Round Start</span></a>
                </h1>
                <p class='c-timeline__items__item__dates'>

                    <time class='c-date c-date--graphic  dt-start ' datetime='' />
                    <span class='c-date__day'>30</span><span class='c-date__month'>May</span><span class='c-date__year'>2020</span> </time>

                </p>
                <div class='c-timeline__items__item__content'>
                    <p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>
                </div>
            </div>
            <hr />
        </li>
        <li class='c-timeline__items__item 
                                '>
            <div class='c-timeline__items__item__wrapper'>
                <h1 class='c-heading c-heading--minor c-timeline__items__item__heading'>
                    Application Deadline
                </h1>
                <p class='c-timeline__items__item__dates'>

                    <time class='c-date c-date--graphic  dt-start ' datetime='' />
                    <span class='c-date__day'>1</span><span class='c-date__month'>June</span><span class='c-date__year'>2020</span> </time>

                </p>
                <div class='c-timeline__items__item__content'>
                    <p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>
                </div>
            </div>
            <hr />
        </li>
        <li class='c-timeline__items__item 
                                '>
            <div class='c-timeline__items__item__wrapper'>
                <h1 class='c-heading c-heading--minor c-timeline__items__item__heading'>
                    Finalists Announcement
                </h1>
                <p class='c-timeline__items__item__dates'>

                    <time class='c-date c-date--graphic  dt-start ' datetime='' />
                    <span class='c-date__day'>30</span><span class='c-date__month'>June</span><span class='c-date__year'>2020</span> </time>

                </p>
                <div class='c-timeline__items__item__content'>
                    <p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>
                </div>
            </div>
            <hr />
        </li>
    </ol>
</section>
<section class='{{ get_component_class( 'timeline', display ) }}'>
    <ol class='c-timeline__items u-list--unstyled'>
        {% for item in items %}
            <li class='c-timeline__items__item 
                {% if item.theme %} t-theme--{{ item.theme }}{% endif %}
                {% if item.passed %} c-timeline__items__item--passed{% endif %}'>
                <div class='c-timeline__items__item__wrapper'>
                    {% if item.rendered %}
                        {{ item.rendered }}
                    {% else %}
                        {% if item.heading %}
                            {% include '@unit/heading/heading.twig' with item.heading|merge( { display: { component: 'timeline__items__item', modifiers: [ 'minor' ] } } ) %}
                        {% endif %}
                        {% if item.date %}
                            <p class='c-timeline__items__item__dates'>
                                {% include get_template( 'date', 'unit' ) with item.date %}
                            </p>
                        {% endif %}
                        {% if item.content %}
                            <div class='c-timeline__items__item__content'>
                                {{ item.content | raw }}
                            </div>
                        {% endif %}
                    {% endif %}
                </div>
                <hr />
            </li>
        {% endfor %}
    </ol>
</section>
{
  "items": [
    {
      "theme": "support",
      "passed": true,
      "heading": {
        "text": "Discovery Kick-off",
        "url": "#"
      },
      "date": {
        "display": {
          "modifiers": [
            "graphic"
          ]
        },
        "day": "30",
        "month": "January",
        "year": "2020"
      },
      "content": "<p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>"
    },
    {
      "heading": {
        "text": "Feedback Round Start",
        "url": "#"
      },
      "date": {
        "display": {
          "modifiers": [
            "graphic"
          ]
        },
        "day": "30",
        "month": "May",
        "year": "2020"
      },
      "content": "<p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>"
    },
    {
      "heading": {
        "text": "Application Deadline"
      },
      "date": {
        "display": {
          "modifiers": [
            "graphic"
          ]
        },
        "day": "1",
        "month": "June",
        "year": "2020"
      },
      "content": "<p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>"
    },
    {
      "heading": {
        "text": "Finalists Announcement"
      },
      "date": {
        "display": {
          "modifiers": [
            "graphic"
          ]
        },
        "day": "30",
        "month": "June",
        "year": "2020"
      },
      "content": "<p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>"
    }
  ],
  "display": {
    "modifiers": [
      "minimal"
    ]
  }
}