articles ) ): foreach ( $this -> articles as $article ): $tpl = new \Shared\Tpl\Tpl; $tpl -> page_id = $this -> page_id; $tpl -> article = $article; echo $tpl -> render( 'articles/article-entry' ); endforeach; endif;?>