Select Git revision

David Beniamine authored
page.php 190 B
<?php theme_include('header'); ?>
<section class="content wrap">
<h1><?php echo page_title(); ?></h1>
<?php echo page_content(); ?>
</section>
<?php theme_include('footer'); ?>