Hello! First off thanks for creating this, love it!
The issue I'm having is that when I use liquid to assign a value to a tag attribute it's not being interpolated correctly. For example:
%a.button.filled.color-yellow{ href: "{{ '/venue' | relative_url }}" }
is returning an anchor with an empty href attribute. However if I move that liquid tag into the contents of the anchor it renders correctly.
Any assistance you can provide?