{# basic/localtoc.html ~~~~~~~~~~~~~~~~~~~ Sphinx sidebar template: local table of contents. * Modified for cloud_sptheme: added #sphinxlocaltoc to h3 tag :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- if display_toc %}

{{ _('Table Of Contents') }}

{{ toc }}
{%- endif %}