Use Pages for Custom Post Type

Another easy method is for this to be the entirety of your single-result.php.

<?php
get_template_part( 'page' );

This will literally use your page.php file, no need to duplicate the content. That way, you won’t need to make changes in 2 locations.