HLCRF layout engine for Go — semantic HTML rendering with go-i18n grammar pipeline
Find a file
Claude 3e76e72cb7
feat: add Text node with go-i18n grammar pipeline
Introduces textNode that renders through go-i18n's T() function with
automatic HTML escaping for safe-by-default output. Adds escapeHTML
utility, NewContextWithService for explicit service binding, and
Entitlements field on Context for upcoming conditional rendering.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 23:35:50 +00:00
context.go feat: add Text node with go-i18n grammar pipeline 2026-02-16 23:35:50 +00:00
go.mod feat: add Text node with go-i18n grammar pipeline 2026-02-16 23:35:50 +00:00
go.sum feat: add Text node with go-i18n grammar pipeline 2026-02-16 23:35:50 +00:00
node.go feat: add Text node with go-i18n grammar pipeline 2026-02-16 23:35:50 +00:00
node_test.go feat: add Text node with go-i18n grammar pipeline 2026-02-16 23:35:50 +00:00