harrydeluxe/php-liquid

Possible to get list of assigned variables from parsed template in PHP?

Closed this issue · 0 comments

Is there currently a best-practice for outputting a list of variables set in the template using {% assign %} in PHP?

I'd like to run parse() and then check if a specific variable has been set in the template before running render()

Thanks!