{%- extends "layout.html" %} {%- block rs_content_header %} {%- if theme_show_breadcrumbs|tobool and pagename != root_doc %} {%- endif %} {%- endblock %} {% block body %}{{ body }}{% endblock %} {%- block rs_content_footer %} {%- set rs_show_source = theme_show_source_link|tobool and show_source and has_source and sourcename %} {%- if rs_show_source or rs_edit_page_url %}
{%- endif %} {%- if theme_show_prev_next|tobool and (prev or next) %} {%- endif %} {%- endblock %}