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