{# manual/source/_templates/layout.html -- add index to manual sidebar. # # See https://stackoverflow.com/a/37843854 . #} {% extends "!layout.html" %} {% block menu %} {{ super() }}

Indices and tables

{% endblock %}