if (has_nav_menu( 'Hoofdmenu' ) ) { wp_nav_menu( array( 'theme_location' => 'Hoofdmenu', 'depth' => 1, 'container' => '', 'items_wrap' => '
%3$s
', )); } ?>
the_title(); ?>
the_content(); ?>
include('partials/boarding.php'); ?>