295 B
295 B
Advanced Usage
{% for section in book.chapters["advanced/advanced.md"].sections %}
- {{section.name}}
{% if section["sections"] %}{% for subsection in section.sections %}
- [{{ subsection.name }}]({{ subsection.path }}) {% endfor %}{% endif %} {% endfor %}