using a template for more then 1 page

Yes, the WordPress template hierarchy provide a range of templates files to use.

In this case, you should look at the single-$post-type.php file. $post-type being your custom post type slug.

Include your template code, including ACF get_field calls, and the pages will look the same, but use the content from each post.