'.$chapeau.'
';
endif;
the_content();
wp_link_pages( array(
'before' => '' . __( 'Pages:', 'twentysixteen' ) . '',
'after' => '
',
'link_before' => '',
'link_after' => '',
'pagelink' => '' . __( 'Page', 'twentysixteen' ) . ' %',
'separator' => ', ',
) );
// if ( '' !== get_the_author_meta( 'description' ) ) {
// get_template_part( 'template-parts/biography' );
// }
?>