Echo
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
{% action "echo", foo: "bar", baz: "qux" %}{% action "echo", "foo", "bar", "baz" %}{% action "echo", "foo" %}{% action "echo" %}
{
"foo": "bar",
"baz": "qux"
}
{% endaction %}