Hi!!
Could anyone help and suggest how to write literal expression in liquid inside src={{}}. Here is the code:
{%- for i in (1..10) -%}
Thank you!
Hi!!
Could anyone help and suggest how to write literal expression in liquid inside src={{}}. Here is the code:
{%- for i in (1..10) -%}
Thank you!
Oh, I got it. It will be not with Literal. Here is the solution:
{%- for i in (1..10) -%}