index.php

<h1>Home Page</h1>
<p>Yep, that's what it is!</p>

<?=$this->view('ArticlePreview',
    ['title'=>'I love bears',
    'description'=>'They are so cute, but you probably shouldn\'t cuddle them.'
    ]
)?>


<?=$this->view('ArticlePreview',
    ['title'=>'I want to cuddle bears',
    'description'=>'I wish to, but i can\'t'
    ]
)?>