{# ADR sidebar navigation — logo header + compact timeline with status dots #} {% if adr_nav_entries %}
{%- if logo_url %} {%- else %} {{ project }} {%- endif %}

Decision log

{%- for entry in adr_nav_entries %} {%- if entry.id %}{{ entry.id }} {% endif -%} {{ entry.title }} {{ entry.status }} {%- endfor %}
{% endif %}