{%- macro render_logo(src, classname='') -%} {%- if src and src.startswith(('https://', 'http://')) -%} {{ project }} {%- elif src -%} {{ project }} {%- elif logo_url -%} {{ project }} {%- endif -%} {%- endmacro -%} {{ render_logo(theme_light_logo, 'only-light') }} {{ render_logo(theme_dark_logo, 'only-dark') }} {{ docstitle if docstitle else project }}