<?php

if ($page->readable())
{
	addTitle($page->data['pageTitle']);
	echo "<article>".$page->data['pageContent']."</article>";
}