A language for writing HTML user interfaces in Go.

go html-elements htmx ide-support language-server lsp server-side-rendering templating-languages
2 Open Issues Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub
good first issue vscode NeedsImplementation

A language for writing HTML user interfaces in Go.

Go
#go#html-elements#htmx#ide-support#language-server#lsp#server-side-rendering#templating-languages

AI Summary: The issue describes a broken CSRF protection example in the `templ` documentation. The task is to update the example code to correctly use `csrf.TrustedOrigins` with `localhost:8000` to allow POST requests from that origin while maintaining CSRF protection for other origins. This involves modifying the `main.go` file to configure `csrf.Protect` with the appropriate trusted origin.

Complexity: 3/5
documentation good first issue docs

A language for writing HTML user interfaces in Go.

Go
#go#html-elements#htmx#ide-support#language-server#lsp#server-side-rendering#templating-languages