chrismccord / phoenix_haml

Phoenix Template Engine for Haml
MIT License
158 stars 42 forks source link

Phoenix LiveView Template Engine #51

Open myrrlyn opened 4 years ago

myrrlyn commented 4 years ago

Would it be possible to extend this with a LiveView.Engine module capable of compiling .lhaml files, similar to how Phoenix LiveView compiles .leex templates?

I greatly prefer writing HAML to HTML or EEx, and am very grateful that this library exists. I unfortunately have not explored the Phoenix internals much; I'd be happy to take next month to try to port the EEx LiveView engine to this library.