I am working on a template that embeds another template and would like to pass variables to it. I am able to pass variables no problem through the embed tag, but there is one that is giving me a problem. In the parent template I have a field
{image:url}and am trying to pass that through the embed tag. Thats the only variable with a colon and the only one not working and I am wondering if thats the issue or if I am just doing something wrong. Please let me know if thats enough to go on or if you need to see code.