have to generate output over a Template Toolkit. So, may I declare the
Template object in the only place, and then use it into response handlers ?
You can create a Template object in your top handler, store it in the request's pnotes ($r->pnotes), then retrieve it later in a different module when you are ready to use it.
Hope that helps.
Arshavir