templ-http

Installation
SKILL.md

Templ HTTP Integration

Use progressive disclosure: begin with the handler pattern, then add routing and middleware only as needed.

Level 1: Minimal Integration

Use this skill when serving templ from net/http.

  1. Parse request input.
  2. Build view model/data.
  3. Render templ component with r.Context().
  4. Handle render errors and status codes.
Related skills
Installs
1
Repository
xe/site
GitHub Stars
725
First Seen
Apr 29, 2026