{%- extends "basic/layout.html" %} {%- set rs_brand = theme_logo_text or docstitle or shorttitle or project %} {%- set rs_show_toc = theme_show_toc|tobool and display_toc and pagename != 'search' %} {%- set rs_show_sidebar = sidebars != [] and not embedded %} {%- block htmltitle %} {%- set rs_titlesuffix = (" | " + docstitle|e) if docstitle else "" %}