Unescaped HTML attribute quotes inside YAML double-quoted scalars broke YAML parsing, causing discover_templates() to silently skip both templates and generate nothing. Fixed by replacing \" with \" in the span style attributes within the YAML frontmatter. The wordmark span is preserved; YAML now parses correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>