In locations where a shortcode was required, CCS allowed me to show the content of any post with
[content id=42166]
To accomplish that In L&L, I use
[template id=123 ptype=dogs pid=456]
Which calls a template I’ve named Content
<Loop type="{Get local=ptype}" id="{Get local=pid}">
<Field content />
</Loop>
If that’s the optimal way to do it, I hope this is useful to someone else.
If there is a better way, I’d love to hear about it.
Cheers, Richard