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