{{ brand_html or (frappe.get_hooks("brand_html") or ["Home"])[0] }}
{% if top_bar_items -%}
    {%- for page in top_bar_items -%} {% if not page.parent_label and not page.right -%} {% include "templates/includes/navbar_link.html" %} {%- endif -%} {%- endfor %}
{%- endif %}
    {%- for page in top_bar_items -%} {% if not page.parent_label and page.right -%} {% include "templates/includes/navbar_link.html" %} {%- endif -%} {%- endfor %}
    • {%- for child in post_login -%}
    • {%- if child.url -%} {%- if child.icon -%} {%- endif -%} {{ child.label }} {%- endif -%}
    • {%- endfor -%}
  • {%- if not disable_signup %}Sign Up / {% endif -%} Login