Codebase list python-webargs / 82d124c docs / _themes / lucuma / toc.html
82d124c

Tree @82d124c (Download .tar.gz)

toc.html @82d124craw · history · blame

1
2
3
4
5
6
{% import 'locale-'+language+'_t' as t -%}
<div id="toc">
  <h3>{{ t.nav_index }}</h3>
  <a class="nav-item" href="{{ pathto('index') }}">{{ t.nav_home }}</a>
  {{ toctree(maxdepth=3) }}
</div>