Using Liquid variables inside of a liquid tag call?

Doesn't look like this is possible, my solution was to just pass the variable name in to the tag and grab it out of the context the tag is being rendered in. Like so: {% for article in category. Articles %} {% link_to variable: article, text: title %} {% endfor %} in my tag code (condensed): def render(context) uri = "article/#{context@options:variable'id'}" "#{build_link_text context}" end.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions