Hi All!
Am I missing something really simple when trying to refer to a set twig variable in my loop here?:
“{% for post in page.find(’/home’).children if post.header.author_name =={{author}}}”
{{author}} was set prior to and works in other places, but doesn’t appear to be evaluated in that block. Do I have any alternative ways to refer to that/other variables here? The code above works if I explicitly assign a variable there, e.g. ’ ==“testAuthor” ’