{%- macro sidebar() %} {%- if builder != 'htmlhelp' %} {%- block sidebartoc %} {%- if display_toc and current_page_name not in ['index', 'contents'] %}
This page
{{ toc }} {%- endif %} {%- endblock %} {%- endif %} {%- endmacro -%} {%- block sidebar2 %}{{ sidebar() }}{% endblock %}