Why does EX1 return the raw text (and shows the html) and the second returns
the html (nicely) into the page?
EX1:
<dtml-var expr="_.whrandom.choice(tips.objectValues())">
EX2:
<dtml-in "tips.objectValues()">
<dtml-var sequence-item>
</dtml-in>
Better way to do EX1?
Thanks,
J