{% 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
New Blog
Chat
Products
Projects
Deals
Events
Search
BETA Website
{% if this.header %} {{ this.header.blocks[0] }} {% else %}
{{ self.title() }}
{% block subtitle %}{% endblock %}
{% endif %} {% block content %}{% endblock %}