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 .templ source and nowhere else. Every bypass carries a named API, and reaching for one is a decision to emit unchecked output.
  • .templ source and the generated *_templ.go are one artifact. Neither is correct without the other.

Syntax

Installs
5
GitHub Stars
20
First Seen
Mar 9, 2026
templ — xobotyi/cc-foundry