You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to combine my route and handlers and templ in just one file and after generate it the name of the file is example_templ.go ... I do not like this name ... because my file is not just templ it has handlers and routes and many extra .. or is there any approach use templ in go file without .templ ????
when I use templ I want to have option for custom name pattern name
hello.templ
templ generete --name-opt {}.go
hello.go
another example
hello.templ
templ generete --name-opt {}_custom.go
hello_custom.go
The text was updated successfully, but these errors were encountered: