Daan is sweet to Kelley and delegates himself TestCMS code reflection
[ssproject1617.git] / testcms-final-anon / themes / default / page.php
1
2 <section class="content">
3 <h1><?php echo page_title(); ?></h1>
4
5 <?php echo page_content(); ?>
6
7 <!--
8 If you want to add custom functionality per-page, you can do so by using the bind() function, which is stored in the functions.php of your theme.
9 Then, if you want to echo out your custom function, you just add a recieve() function. Here's an example: "<?php echo recieve(); ?>".
10 -->
11 </section>
12