Is it possible to use Haml instead of a templating engine with the Catalyst web framework?
|
|
As far as I know (as the author of Haml), there's no Perl implementation yet. |
||
|
|
|
|
Maybe Template::Declare could be an alternative? |
||
|
|
|
|
From what I could see, HAML is a ruby-only thing. Like most Ruby "DSLs" it's really just using Ruby syntax as an API and can't really be done outside of Ruby without implementing all of it. |
||||||||
|
|
|
A Perl version of Haml is in the works here: |
||
|
|
