Open SharkFourSix opened 4 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 %}
Try using
{% verbatim %} <p>Some other front-end templating library code {{ user.name }}</p> {% endverbatim %}
It seems pongo does not support the raw tag? Any other solution or plans to have it implemented?