{%- if theme.based_on == 'Bootstrap 4' or doctype != 'Web Page' -%} {{ brand_html or (frappe.get_hooks("brand_html") or [_("Home")])[0] }} {% include "templates/includes/navbar/navbar_items.html" %} {%- else -%} {{ c('web_blocks', web_blocks=theme.navbar, htmltag='div') }} {%- endif -%}