I\'m trying to output the following from within a liquid template:
{{ example }}
Obviously, Liquid sees this as a variable named example<
example<
This is the only thing that worked from me. Lifted from here:
{{ "{{ this " }}}}
I needed this because I wanted to reference the site global variable from inside a mustache template.
site