Open Psycojoker opened 9 years ago
Thanks, I will get to this when I get the chance.
Also, to warn you from my experience of doing this manually, there is some html code that you can't convert to haml directly, for exemple:
<tag {% if condition %}foo="bar"{% endif %}>...
Is not convertible into haml AFAIK.
Hello,
As demonstrated in the following example, html2hamlpy doesn't support django templatetags syntaxe included directly into an html tag:
The expected result is:
Cheers,