1 2 3 4 5 6 7 8
<?php $page_title = $blog_title; $page_content = $blog_content; include "../_template.php"; ?>