{{ brand_html or ""}}
{% if top_bar_items -%}
    {%- for page in top_bar_items -%} {% if not page.parent_label -%}
  • {{ page.label }} {%- if page.child_items -%}
      {%- for child in page.child_items -%}
    • {{ child.label }}
    • {%- endfor -%}
    {%- else -%} {%- endif -%}
  • {%- endif -%} {%- endfor %}
{%- endif %}
    • {%- for child in post_login -%}
    • {% if child.url -%} {% if child.icon %} {% endif %} {{ child.label }} {%- endif %}
    • {%- endfor -%}