Integrations
Templ is framework agnostic but that does not mean it can not be used with Go frameworks and other tools.
Below are some examples of how to use Templ Go frameworks and other tools.
Gin
An example of using templ with gin can be found here:
https://github.com/a-h/templ/tree/main/examples/integration-gin
Chi
An example of using templ with go-chi v5 can be found here:
https://github.com/a-h/templ/tree/main/examples/integration-chi