{% if this.header_background_color %}
{% set nav_style = 'background-color:' + this.header_background_color + ';' %}
{% set nav_classes = this.nav_classes %}
{% else %}
{% set nav_classes = 'navbar-light bg-light' %}
{% endif %}
{# Priority:
If slider given, take slider.
If headline1/2/3 given, take the headline.
Else default to boxed title + subtitle
#}
{% if this.slide %}
{% for slide in this.slide.blocks %}
{% if loop.index0 == 0 %}
{% else %}
{% endif %}
{% endfor %}