$views = array( 'view0', 'view1', 'view2' );
then make sure $page is in $views, try using in_array()
I think you can figure it out from there. The code I provided above will probably work OK but using the array gives you precise control over which .htm files can be included.