How to make child theme ignore a parent themes template

Create index.php and format it the way you want.

Then create page.php and load the index file with something very simple like:

get_template_part('index'):

Note: This is untested and I am not able to test this right now. If there is a problem, leave a comment and I will run proper testing later and get back to you.