How can I pass data from a snippet to a blog template section?

{% section ‘blog-template’ %}

this section calling from a snippet and I want to pass a data from the snippet to the blog-template section

you can pass data like this
{% section ‘blog-template’, var1: “var1” %}
Thanks!

1 Like

What kind of data do you want to pass? I guess custom.

1 Like

i just want to pass a variable

its not working

Hi @samir-p-m
I hope you are doing well,
Can you please provide screenshot of how you are assigning and accessing the variables, and some more information that you feel relevant so that I can look into this deeper.
Thanks!