$menu_items = wp_get_nav_menu_items('main');
Add a new php file to the theme folder, ie: template-yacht-design.php, and add this at the top:
<?php /** * Template name: Yacht Design */ ?>