1 2 3 4 5 6 7 8
{%- set s1 = '<"string1">' -%} {{ s1 }} {{ s1 ~ s1 }} {{ [s1] }} {% set s2 = "\n<div> \\ ' " ~ '"' ~ " & </div>" -%} {{ [s2] }} {{ {"hello": s2} }} <p> in description: {{ "<p>" in description }}