--- layout: base --- {% if page.jumbotron %} {% include components/jumbotron.html %} {% elsif page.breadcrumb %} {% include components/breadcrumb.html %} {% endif %}
{% if page.flow %} {% for each in page.flow %} {% if each.row == "main_content_row" %}
{{content}}
{% elsif each.row == "container_row" %} {% include flow/container_row.html object=each %} {% elsif each.row == "full_width_row" %} {% include flow/full_width_row.html object=each %} {% elsif each.row == "custom_include_row" %} {% include {{each.source}} object=each %} {% endif %} {% endfor %} {% else %}
{{content}}
{% endif %}