Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

nunjucks escape brackets

<!---- Nunjucks: Escape Brackets --------------------------------------->

You can use the raw tag and anything inside them will be 
rendered as they are:

{% raw %}
	{{ anything here }} {} 
{% endraw %}
Source by github.com #
 
PREVIOUS NEXT
Tagged: #nunjucks #escape #brackets
ADD COMMENT
Topic
Name
2+5 =