From: Brian G. <br...@qu...> - 2002-11-18 20:46:38
|
> While the programmer in me appreciates this design, the WM enthusiast > doesn't. Wasn't WM meant to avoid coding within the template itself, > particularly because of its strong value introspection? Or put it > another way: "Let your artists design..." (sounds familiar, huh?) > > How is the macro idea different from mixing layout and code? Kind regards, The #macro directive can enable a sort of style-sheet functionality, allowing a designer to specify repetitive blocks of template easily. It was intended to aid the presentation of the template, not encourage or enable computation in the template. Also, lets not forget that WM is NOT HTML-specific, and in some case, there is no artist. I use WM all the time to generate e-mail messages, source code, etc. |