Is there a way to do something like pass the entire entry (returned by the exp;weblog:entries tag) to an embed, all at once, rather than one specific variable at a time?
I’d like to choose a different layout embed in the entry form, and pass all the other entry variables to that template:
{exp:weblog:entries weblog="blog"}
{embed="{layout}” entry=”{entry}”}
{/exp:weblog:entries}
...and still be able to use the {categories}{/categories} within the embed (and everything else attached to a general entry.
Possible?