eco icon indicating copy to clipboard operation
eco copied to clipboard

Is there a way to change the eco <% tag?

Open josselinauguste opened this issue 12 years ago • 1 comments

is there a way to change the default eco <% %> tag, so I can use erb inside my eco templates, for example to generate image tags using the rails asset pipeline?

josselinauguste avatar May 03 '13 09:05 josselinauguste

Why not wrap everything into a string and output that? That would probably be the easiest, but it's not pretty.

allenwyma avatar Aug 19 '13 15:08 allenwyma