use yii\helpers\Url; use yii\widgets\Breadcrumbs; use app\models\Catalog; ?> $this->title = $catalog->meta_title; $this->registerMetaTag(['name' => 'description', 'content' => $catalog->meta_description]); $this->registerMetaTag(['name' => 'keywords', 'content' => $catalog->meta_keywords]); ?>