4 lines
156 B
Plaintext
4 lines
156 B
Plaintext
|
<h1><?php echo $post['Post']['title']?></h1>
|
||
|
<p><small>Created: <?php echo $post['Post']['created']?></small></p>
|
||
|
<p><?php echo $post['Post']['body']?></p>
|