<?php
/*
Template Name: Мsrs
Template Post Type: page
*/
?>
<?php get_header('mag'); ?>
<?php
if( condition one ) {
$path = 'path/to/themplate/file.php';
} elseif( condition two) {
$path = 'path/to/themplate/another-file.php';
} else {
$path = 'path/to/themplate/other-file.php';
}
?>
<?php get_footer('mag'); ?>