scopedcss: styled-jsx for Templ. Add support for <style scoped> to your Templ templates. See the testdata for examples.
devmode: updates generated *_templ.go files to make it easier to support livereload with third-party build systems and file watchers. It does this by not relying on environment variables and only modifying the Go file if it's a non-text change. More details in this issue.
Install
go get github.com/matthewmueller/templar
Development
First, clone the repo:
git clone https://github.com/matthewmueller/templar
cd templar