templ
Installation
SKILL.md
A templ template is a rendering function, not a program. Three biases decide most calls:
- Compute in Go, render in templ. Every transformation, validation, and I/O call belongs in a Go function that hands the template a finished value.
- Escaping is automatic inside
.templsource and nowhere else. Every bypass carries a named API, and reaching for one is a decision to emit unchecked output. .templsource and the generated*_templ.goare one artifact. Neither is correct without the other.