<?= DetailView::widget([
'model' => $model,
'attributes' => [
'id',
'title',
'keywords',
'description',
'text:ntext',
['attribute' => 'url', 'label' => 'Адрес', 'format' => 'url']
],
]) ?>
<td><a href="http://main-page">main-page</a></td>