shopify liquid create variable
{% comment %}
You can create a variable and assign it as per the below example
Feel free to use a string or int...
{% endcomment %}
{% assign my_custom_variable = 'hello, world' %}
{% assign my_other_custom_variable = 99 %}