{% 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 %} {% if this.headline1 %}

{{this.headline1}}

{{this.headline2}}

{{this.headline3}}

{% else %}

{{ self.title() }}

{% block subtitle %}{% endblock %}

{% endif %} {% block content %}{% endblock %}