File: globaltoc.html

package info (click to toggle)
python-boto3 1.26.27%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,880 kB
  • sloc: python: 12,629; makefile: 128
file content (13 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="sidebar-block">
  <div class="sidebar-wrapper">
    <h2>{{ _('Table Of Contents') }}</h2>
  </div>
  <div class="sidebar-toc">
    {% set toctree = toctree(includehidden=True) %}
    {% if toctree %}
      {{ toctree }}
    {% else %}
      {{ toc }}
    {% endif %}
  </div>
</div>