{% 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 'navbar-dark' in nav_classes %}
{% else %}
{% endif %}
OLD BLOG
BLOG
CHAT
PRODUCTS
PROJECTS
DEALS
EVENTS
Search
{% if this.header %} {{ this.header.blocks[0] }} {% else %}
{{ self.title() }}
{% block subtitle %}{% endblock %}
{% endif %} {% block content %}{% endblock %}