I’ve been using HTML::TEMPLATE for a number of years. I now need to be able to write to two templates using the same data. Currently, I open a template and loop through parameters to create the HTML page. Can I nest two templates together and write to both of them simultaneously? Or, do I need to do a second loop for the second template?