Created
April 30, 2022 19:10
-
-
Save niccolox/74b9f8fd8aad2c6d57f4e9a9ad201b4e to your computer and use it in GitHub Desktop.
hello.liquid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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