Subpage template

Just build it directly into your page.php template. e.g.:

<?php
global $post;
if ( $post->post_parent ) {
    // This is a child Page; do something
}
?>