This is my home page with the three include pages.
musique and image works well but info is not showing
<?php
/*
* Template Name: Ao vision Index
*/
?>
<?php get_header(); ?>
<?php include ('page-info.php'); ?>
<?php include ('page-musique.php'); ?>
<?php include ('page-image.php'); ?>
<?php get_footer(); ?>