---
layout: base
---
{% if page.jumbotron %}
{% include components/jumbotron.html %}
{% elsif page.breadcrumb %}
{% include components/breadcrumb.html %}
{% endif %}
{% if page.sticky_tab_bar %}
{% include components/sticky_tab_bar.html object=page %}
{% endif %}
{% if page.flow %}
{% for each in page.flow %}
{% if each.row == "main_content_row" %}
{% 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 %}
{% endif %}