jekyll-haml
jekyll-haml copied to clipboard
Liquid interpolation and relative partial include
This PR allows for having {{ }} interpolation on the {% haml %} tag.
It also allows for: {% haml relative:true %}
That will enable developers to include files outside the _includes folder.