{% extends "!layout.html" %} {%- block menu %} {{ super() }} {%- if sidebars != None and pagename == root_doc %}
{#- new style sidebar: explicitly include/exclude templates #} {%- for sidebartemplate in sidebars %} {%- include sidebartemplate %} {%- endfor %} {%- endif %} {% endblock %}