{% include _utils/common %} {% if include.timeline %}{% assign timeline = include.timeline%}{% endif %}
{% for item in timeline %} {% if item.enabled == false %} {% continue %} {% endif %} {% if item.type == "event" %}
{% if item.point.icon %} {% endif %}

{{ item.heading }}

{% if item.body%}

{{ item.body }}

{% endif %} {% if item.footer %} {% endif %}
{% elsif item.type == "label" %} {% if item.content %} {{ item.content }} {% elsif item.icon %} {% endif %} {% endif %} {% endfor %}