tyler-sommer / stick

A golang port of the Twig templating engine
MIT License
183 stars 36 forks source link

Added support for verbatim tag #45

Closed prasad83 closed 1 year ago

prasad83 commented 3 years ago

Enable support to copy content that appears within verbatim tag

{% verbatim %}
Content to be copied without {{parsing}}
{% endverbatim %}
tyler-sommer commented 3 years ago

Thanks for this @prasad83 !

Would you be willing to write a couple of tests for this tag in parse_test.go? If not, I can take care of it but figured you might want to take care of it.

prasad83 commented 1 year ago

@tyler-sommer - I added the test case for verbatim tag.

tyler-sommer commented 1 year ago

Fantastic, thanks @prasad83 ! I appreciate it. :)