How can I write a literal expression in liquid inside src={{}}?

Hi!!

Could anyone help and suggest how to write literal expression in liquid inside src={{}}. Here is the code:

{%- for i in (1..10) -%}

  • ...
  • {%- endfor -%}

    Thank you!

    Oh, I got it. It will be not with Literal. Here is the solution:

    {%- for i in (1..10) -%}

  • ...
  • {%- endfor -%}