If you include every file from a theme's file, (where the content should go), you won't get a blank page with the errors, but instead, the layout with the errors.
I.e.
layout stuff here
Content: <?php include($_GET["page"].".php"); ?>
end layout stuff here