Each page node has its own template, e.g.
_page_node.123
(where 123 is the node ID of the page).
With that in mind, you can either copy and paste your existing template into that template, or you can include the existing template directly in your page node template with syntax similar to the following:
Code:
<xen:include template="your_existing_template" />