Hey!
After trying out a few different combinations I got this to work.
Thanks again for the syntax!
<dtml-call "REQUEST.set('skinname', 'default')">
<dtml-with "skins">
<dtml-with "_[skinname]">
<dtml-var standard_skin_stuff>
</dtml-with>
</dtml-with>