{# basic/localtoc.html ~~~~~~~~~~~~~~~~~~~ Sphinx sidebar template: local table of contents. :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. BD: Fixed bad capitalization "Table Of Contents" --> "Table of contents" + added
#} {%- if display_toc %}

{{ _('Table of contents') }}

{{ toc }}
{%- endif %}