<?php get_header();
/*
Template Name: no-title-article
Template Post Type: post
*/

?> <!-- ouvrir header,php -->
<main id="skip">
  <?php $haveTitle = false; ?>
  <?php include(TEMPLATEPATH . '/components/article.php'); ?>

</main>
<?php get_sidebar(); ?>
<?php get_footer(); ?>