Support for layouts with HAML engine.
Closed this issue · 2 comments
wailqill commented
When using HAML as engine it's not possible to use the "layout" functionality introduced in 0.5.0.
Working | Layout in | Template in |
---|---|---|
Yes | ERB | ERB |
Yes | HAML | ERB |
No | ERB | HAML |
No | HAML | HAML |
sstephenson commented
Thanks for the report. This is fixed in 0.5.1.
wailqill commented
Working like a charm! Thank you!