index.html includes head.html. Inside head.html I have tags like $invoice_amount, $user_name, etc.
I use VelocityServlet for replacing this tags with values. But I must return index.html to client... How to force Velocity to change head.html inside index.html?