I think this is more likely an issue of nested quotes than of the ability to pass the tag.
All these following work:
{% greetings '@click=" " ' %}
{% greetings '@click=\' \' ' %}
{% greetings "@click=\" \" " %}
{% greetings "@click=' ' " %}
I think this is more likely an issue of nested quotes than of the ability to pass the tag.
All these following work:
{% greetings '@click=" " ' %}
{% greetings '@click=\' \' ' %}
{% greetings "@click=\" \" " %}
{% greetings "@click=' ' " %}