Skip to content

Instantly share code, notes, and snippets.

@niccolox
Created April 30, 2022 19:10
Show Gist options
  • Save niccolox/74b9f8fd8aad2c6d57f4e9a9ad201b4e to your computer and use it in GitHub Desktop.
Save niccolox/74b9f8fd8aad2c6d57f4e9a9ad201b4e to your computer and use it in GitHub Desktop.
hello.liquid
<h1>OUTSIDE RAW</h1>
hello testy
My email is {{ user.email }}
My name is {{ user.name }}
{% raw %}
{% raw %}
<h1>RAW</h1>
{% endraw %}
{% raw %}{{ 5 | plus: 6 }}{% endraw %} equals 11.
{% raw %}<h1>RAW</h1>{% endraw %} equals 11.
<h2>Price: $99.99</h2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment