File: sidebar-primary.html

package info (click to toggle)
sphinx-basic-ng 1.0.0~beta1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 504 kB
  • sloc: python: 179; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
<div class="site-name">
  <a href="{{ pathto(root_doc) }}">{{ docstitle }}</a>
</div>
{% include "components/search-input.html" %}
<div class="toctree-container">{{ toctree(titles_only=True) }}</div>