{# _cycle_dist.html — Cycle-time distribution histogram (Task F3). Expected context: cycle_dist — result of cycle_time_distribution(): {min, max, p50, p75, p95, bins: [{lo, hi, count}, ...], count (added by shaper)} since_days — int, for subtitle #} {%- set cd = cycle_dist -%} {%- set has_data = cd.bins | length > 0 -%}