'; echo '

'. $post->title.'

'; echo '

'.$post->text.'

'; echo '

'.html::anchor('blog/add_comment/'.$post->id, 'Add comment').'

'; echo '
'; foreach($comments as $comment) { echo '

'.$comment->name.'
'; echo ''.$comment->text.'

'; } ?>