{% assign num_of_slides = page.jumbotron.slider | size %} {% if page.jumbotron.slider and num_of_slides > 0 %}
{% else %}
{% if page.jumbotron.image %} {% assign image_path = page.jumbotron.image %} {% if page.jumbotron.image_alt %} {% capture image_alt %}{{page.jumbotron.image_alt}}{% endcapture%} {% else %} {% if page.jumbotron.title %}{% assign alt_title = page.jumbotron.title %}{% else %}{% assign alt_title = page.title %}{% endif %} {% capture image_alt %}{{alt_title}} header background{% endcapture%} {% endif %} {% picture header_image {{image_path}} --alt {{alt_title}} %} {% endif %} {% if page.jumbotron.video %} {% endif %}
{% if page.jumbotron.inner-image %} Header inner image {% endif %} {% if page.jumbotron.title %}

{{page.jumbotron.title}}

{% endif %} {% if page.jumbotron.description %}
{{page.jumbotron.description | markdownify}}
{% endif %} {% if page.jumbotron.buttons %}

{% for button in page.jumbotron.buttons %} {% include flow/button.html object=button %} {% endfor %}

{% endif %}
{% endif %}