{% if page.header == NULL and page.header.image_fullwidth == NULL and page.header.pattern == NULL and page.header.background-color == NULL and page.header.title == NULL %}
{% if page.breadcrumb == true %} {% include breadcrumb.html %} {% endif %} {% elsif page.header.title %}
{{ page.header.title }}
{% if page.breadcrumb == true %} {% include breadcrumb.html %} {% endif %} {% if page.header.caption_url && page.header.caption %}
{{ page.header.caption }}
{% elsif page.header.caption %}
{{ page.header.caption }}
{% endif %} {% elsif page.header.image_fullwidth %}
{% if page.breadcrumb == true %} {% include breadcrumb.html %} {% endif %} {% if page.header.caption_url && page.header.caption %}
{{ page.header.caption }}
{% elsif page.header.caption %}
{{ page.header.caption }}
{% endif %} {% elsif page.header.pattern %}
{{ site.title }}
{% if page.breadcrumb == true %} {% include breadcrumb.html %} {% endif %} {% if page.header.caption_url && page.header.caption %}
{{ page.header.caption }}
{% elsif page.header.caption %}
{{ page.header.caption }}
{% endif %} {% elsif page.header.background-color %}
{{ site.title }}
{% if page.breadcrumb == true %} {% include breadcrumb.html %} {% endif %} {% if page.header.caption_url && page.header.caption %}
{{ page.header.caption }}
{% elsif page.header.caption %}
{{ page.header.caption }}
{% endif %} {% elsif page.header == false %} {% if page.breadcrumb == true %} {% include breadcrumb.html %} {% endif %} {% endif %}