<?php
/**
* The template used for displaying page content
*
* Author: wbolt team
* Author URI: https://www.wbolt.com
*/
?>
<article>
<header class="header-page">
<?php the_title('<h1 class="title-page">', '</h1>'); ?>
</header>
<div class="article-detail">
<?php
the_content();
?>
</div>
</article>