You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
I think that this one is still relevant and could be merged.
[DONE] Add call and macro tags to the self-closing dict jessemiller#155
I've just merged it since it was small and relevant.
Python-style conditional constructs in attribute dictionaries jessemiller#148
I have mixed feelings about this one. I think that this extends haml beyond it's original goal and this patch doesn't work anymore since we have switch of parser behavior. I don't know it it's worth it over {% if condition %}a{% else %}b{% endif %}.