$page->title";
//Render list of categories showing a maximum of 3 posts titles per category
$content .= $blog->renderCategories($page->children, $limit);//children => the individual category pages
//include the main/common markup
require_once("blog-main.inc");
?>