I put together a filter function that should convert dreamweaver templates into HTML::Templates. I'm not sure how well it would convert into HTML::Template::Expr, but it gives other people a decent starting point. BTW, if you haven't checked out the dreamweaver mx software, I'd highly recommend i
I've been playing around with the latest version of Dreamweaver and it
seems to have a lot of support for templates. The syntax between
HTML::Template and Dreamweaver's templates are a bit different, but
nothing that a filter function couldn't handle.
I'll post my latest version of the filter