flosch / pongo2

Django-syntax like template-engine for Go
https://www.schlachter.tech/pongo2
MIT License
2.86k stars 269 forks source link

Support for raw tag #347

Open SharkFourSix opened 2 months ago

SharkFourSix commented 2 months ago

It seems pongo does not support the raw tag? Any other solution or plans to have it implemented?

{% raw %}
<p>Some other front-end templating library code {{ user.name }}</p>
{% endraw %}