Observed 2026-09-15 during REXDAR v3 Task 3 render checks (engine at ~/local-dev/getpipher/keystone/engine/). The generated keystone-report.html summary line contains a literal {{total}} instead of the computed gate total. Repro: run check-gates.mjs --render with --log on any view; open the emitted report HTML. Expected: interpolated count. Actual: raw template token.
Observed 2026-09-15 during REXDAR v3 Task 3 render checks (engine at ~/local-dev/getpipher/keystone/engine/). The generated keystone-report.html summary line contains a literal
{{total}}instead of the computed gate total. Repro: run check-gates.mjs --render with --log on any view; open the emitted report HTML. Expected: interpolated count. Actual: raw template token.