HTML Attributes Made Funner
[? HTML_CMDS div ul li a ?] [% menu = [ { text => 'One', link => 'one.html' }, { text => 'Two', link => 'two.html' }, { text => 'Three', link => 'three.html' }, ] %] [% div#header ul.menu for menu li a[href=item.link] item.text %] --EOF--look inside...
Thus Spake Andy:
...so we have a couple of shortcuts (just like HAML, Zen-CSS, etc).