{# Nav link primitive. Parameters: href — link target (required) label — link text (required) active — boolean, adds active styling (optional) badge_count — integer; renders a pill badge if > 0 (optional) #} {{- label -}} {%- if badge_count %}  {{ badge_count }} {%- endif -%}