{{ brand_html or (webnotes.get_hooks("brand_html") or ["Home"])[0] }}
{% 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 -%}
  • Sign Up / Login