I\'m trying to output the following from within a liquid template:
{{ example }}
Obviously, Liquid sees this as a variable named example<
example<
You can also use raw:
{% raw %} ...lots of liquid code goes here and it doesn't get interpreted... {% endraw %}