Am I the only one with this need?
I came up with one solution but its not work like it should:
1. Add a Template Variable ’Layout’ to the Documents found by ditto.
2. Add the Layout for each Document to the TV:
<div class="article">
<a name="[+alias+]"></a>
<hr>
[+content+]
</div>
3. Call Ditto like this:
[!Ditto? &parents=`[*id*]` &tpl=`@CODE[+Layout+]` !]
Problem: Ditto is not parsing the placeholders.
Is there anything that I’m missing?
kthxbye