{# 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 %}
{% if mode == "toc" %}
Sessions
↓ Click a box below to scroll down to the corresponding session
{% elif mode == "expandable" %}
Session Navigation
↓ Click any to open individual session page
{% endif %}