Is it possible to do macro like construct?
I got a list of folders : events, activities, news, etc
Which I need to list the items in each of these in sequence, I would like to
do :
<dtml-in "['events', 'activities', 'news']">
<dtml-with "sequence-item">
<dtml-var list-items missing>
</dtml-with>
</dtml-in>
Rgs,
Kent Sin