{% if this.header %} {% set nav_style = 'background-color:' + this.header.blocks[0].primary_color + ';' %} {% set nav_classes = this.header.blocks[0].nav_link_color %} {% else %} {% set nav_classes = 'navbar-light bg-light' %} {% endif %} {% if this.header %} {{ this.header.blocks[0] }} {% else %}

{{ self.title() }}

{% block subtitle %}{% endblock %}

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