chrismccord / phoenix_haml

Phoenix Template Engine for Haml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phoenix LiveView Template Engine

myrrlyn opened this issue · comments

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.