No content to show
User Activity
Thanks, Dylan, it was NOT clearly intentional. Since `render` only allows strings I was simply transforming the variable into a string (because the variable is a string already) . I also saw that you were very quick to fix the bug on Github.My use ca...
I used this workaround, by appending an empty string the variable name is transformed into a string. {%- render variable_name | append: "" -%}