Hi, I'm staring with Template-Toolkit and so far I'm very excited of this module. I want to use it to build my web application (cgi based e-shop). Every page will consist of few sub elements which will be genereated by different scripts (eg. results of query and dynamic picture). I don't which solution will be the best. I think that one script should process the template, but I don't want to include all code stuff in one script. I want to think of sub elements of my page as frames where can I put contents from scripts that will be doing different tasks. Now I think that I can do it by collect all data and pass it to template that will [% INCLUDE %] sub templates. Are there any other methods?
Sorry if I didn't show my problem clearly. -- Best regards, Mirek Rewak mailto:[EMAIL PROTECTED]
