{# Session navigation component - can be used for ToC or expandable navigation #} {% macro render_session_nav(sessions, mode="toc", link_prefix="") %} {% if sessions and sessions|length > 0 %} {% endif %} {% endmacro %}