title = Yii::t('news', 'Blog');
?>
= Breadcrumbs::widget([
'links' => $this->context->breadcrumbs ?? []
]) ?>
= Html::tag('h1', Yii::t('news', 'Blog'), [
'class' => 'page-title title-1'
]) ?>
render('parts/blog-medium-image-right-sidebar', [
'article' => $article
]);
endforeach; ?>
=
yii\widgets\LinkPager::widget([
'pagination' => $pages,
'registerLinkTags' => true,
'nextPageLabel' => '❯',
'prevPageLabel' => '❮',
]);
?>